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 a4f72b8..e36685f 100644 (file)
 
 #include <stdio.h>
 #include <getopt.h>
+#if HAVE_STDLIB_H
+# include <stdlib.h>
+#endif
+
 #include "long-options.h"
 #include "version-etc.h"