Include <stdlib.h> if available.
authorAndreas Schwab <schwab@suse.de>
Mon, 6 Apr 1998 10:12:28 +0000 (10:12 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 6 Apr 1998 10:12:28 +0000 (10:12 +0000)
(main): Explicitly declare return type.

lib-src/b2m.c

index 055b807..6a2fcff 100644 (file)
 #undef static
 #endif
 
+#ifdef STDC_HEADERS
+#include <stdlib.h>
+#endif
+
 #undef TRUE
 #define TRUE   1
 #undef FALSE
@@ -88,6 +92,7 @@ struct option longopts[] =
 
 extern int optind;
 
+int
 main (argc, argv)
      int argc;
      char **argv;