summaryrefslogtreecommitdiff
path: root/gethostip.c
diff options
context:
space:
mode:
authorhpa <hpa>2001-12-17 02:08:56 +0000
committerhpa <hpa>2001-12-17 02:08:56 +0000
commiteaed19412ec5964fd31ae7a0b365c81fa0321c52 (patch)
tree4c6cf677e1d41379fdd2e59fe3f96482c06e18ed /gethostip.c
parent9d0869d27f663580d408e76cb2ea210714dea553 (diff)
downloadsyslinux-eaed19412ec5964fd31ae7a0b365c81fa0321c52.tar.gz
Clean up gcc version dependencies, mostly related to asm() statements.
Diffstat (limited to 'gethostip.c')
-rw-r--r--gethostip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gethostip.c b/gethostip.c
index 21131d78..bebcf794 100644
--- a/gethostip.c
+++ b/gethostip.c
@@ -19,6 +19,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <netdb.h>
#include <sys/socket.h>
#include <unistd.h>