]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <stdlib.h> for declaration of free.
authorJim Meyering <jim@meyering.net>
Sun, 13 Jul 2003 08:44:23 +0000 (08:44 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Jul 2003 08:44:23 +0000 (08:44 +0000)
lib/xgethostname.c

index a78dda8b62a45292191a0fe186461b8a7da4fb7b..861c52f050131653a66436c286b4ec46977a31ce 100644 (file)
@@ -21,6 +21,7 @@
 # include <config.h>
 #endif
 
+#include <stdlib.h>
 #include <sys/types.h>
 
 #include <errno.h>