diff --git a/ivlpp/main.c b/ivlpp/main.c index 189884436..86cfeaea8 100644 --- a/ivlpp/main.c +++ b/ivlpp/main.c @@ -17,7 +17,7 @@ const char COPYRIGHT[] = * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: main.c,v 1.9 2001/05/20 18:08:07 steve Exp $" +#ident "$Id: main.c,v 1.10 2001/06/23 18:41:02 steve Exp $" #endif const char NOTICE[] = @@ -39,6 +39,7 @@ const char NOTICE[] = const char VERSION[] = "$Name: $ $State: Exp $"; # include +# include # include # include # include @@ -183,6 +184,9 @@ int main(int argc, char*argv[]) /* * $Log: main.c,v $ + * Revision 1.10 2001/06/23 18:41:02 steve + * Include stdlib.h + * * Revision 1.9 2001/05/20 18:08:07 steve * local declares if the header is missing. * diff --git a/main.cc b/main.cc index 1d848d1fe..58b8014ce 100644 --- a/main.cc +++ b/main.cc @@ -19,7 +19,7 @@ const char COPYRIGHT[] = * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: main.cc,v 1.41 2001/05/20 17:35:05 steve Exp $" +#ident "$Id: main.cc,v 1.42 2001/06/23 18:41:02 steve Exp $" #endif const char NOTICE[] = @@ -44,6 +44,7 @@ const char NOTICE[] = # include # include # include +# include #if defined(HAVE_GETOPT_H) # include #endif @@ -336,6 +337,9 @@ int main(int argc, char*argv[]) /* * $Log: main.cc,v $ + * Revision 1.42 2001/06/23 18:41:02 steve + * Include stdlib.h + * * Revision 1.41 2001/05/20 17:35:05 steve * declare getopt by hand in mingw32 compile. *