Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67a473e
)
uuidgen.c:
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 8 Feb 2001 02:38:07 +0000
(
02:38
+0000)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 8 Feb 2001 02:38:07 +0000
(
02:38
+0000)
Add check for HAVE_STDLIB_H before including stdlib.h
misc/uuidgen.c
patch
|
blob
|
history
diff --git
a/misc/uuidgen.c
b/misc/uuidgen.c
index
6e3fb31
..
1eaddbc
100644
(file)
--- a/
misc/uuidgen.c
+++ b/
misc/uuidgen.c
@@
-10,7
+10,9
@@
*/
#include <stdio.h>
+#ifdef HAVE_STDLIB_H
#include <stdlib.h>
+#endif
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#else