diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-05-26 13:57:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-05-26 13:57:11 +0000 |
commit | 784e9406ae4a8d5feffc3c56a72f66674538e5d1 (patch) | |
tree | fe8b5c561369f996e7acc9c045094bb67d94ade8 /lib | |
parent | 9e157ad2ec0f115a90ec2b2ad807c200274e6269 (diff) |
silly mistake corrected
Diffstat (limited to 'lib')
-rw-r--r-- | lib/if2ip.c | 2 |
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 |