summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-26 13:57:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-26 13:57:11 +0000
commit784e9406ae4a8d5feffc3c56a72f66674538e5d1 (patch)
treefe8b5c561369f996e7acc9c045094bb67d94ade8
parent9e157ad2ec0f115a90ec2b2ad807c200274e6269 (diff)
downloadgnurl-784e9406ae4a8d5feffc3c56a72f66674538e5d1.tar.gz
gnurl-784e9406ae4a8d5feffc3c56a72f66674538e5d1.tar.bz2
gnurl-784e9406ae4a8d5feffc3c56a72f66674538e5d1.zip
silly mistake corrected
-rw-r--r--lib/if2ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c
index e9b8a4955..5fa70a68c 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.c
@@ -66,7 +66,7 @@
#include <netdb.h>
#endif
-#include HAVE_SYS_TIME_H
+#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif