changeset 2669:3668079f961d

Include <stdlib.h>, for declaration of exit.
author Jim Meyering <jim@meyering.net>
date Thu, 29 Jun 2000 11:24:09 +0000
parents 18753887ff2d
children 8943b543c7f9
files lib/long-options.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/long-options.c
+++ b/lib/long-options.c
@@ -23,6 +23,10 @@
 
 #include <stdio.h>
 #include <getopt.h>
+#if HAVE_STDLIB_H
+# include <stdlib.h>
+#endif
+
 #include "long-options.h"
 #include "version-etc.h"