Include <stdlib.h>, for declaration of exit.
authorJim Meyering <jim@meyering.net>
Thu, 29 Jun 2000 11:24:09 +0000 (11:24 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 29 Jun 2000 11:24:09 +0000 (11:24 +0000)
lib/long-options.c

index a4f72b880c43564cd113cc4b54422bb1221c1443..e36685fb01a6d71f23a8995da3bb13d1729fd245 100644 (file)
 
 #include <stdio.h>
 #include <getopt.h>
+#if HAVE_STDLIB_H
+# include <stdlib.h>
+#endif
+
 #include "long-options.h"
 #include "version-etc.h"