projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ffb1b
)
Include <stdlib.h>, for declaration of exit.
author
Jim Meyering
<jim@meyering.net>
Thu, 29 Jun 2000 11:24:09 +0000
(11:24 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 29 Jun 2000 11:24:09 +0000
(11:24 +0000)
lib/long-options.c
patch
|
blob
|
history
diff --git
a/lib/long-options.c
b/lib/long-options.c
index a4f72b880c43564cd113cc4b54422bb1221c1443..e36685fb01a6d71f23a8995da3bb13d1729fd245 100644
(file)
--- 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"