diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2006-08-30 16:17:06 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2006-08-30 16:17:06 +0000 |
commit | c7aae1030004da71c7c046fd6af259f91bbfa991 (patch) | |
tree | 168305d0b97e2d27c85ea465924563d1417919e0 /lib/dict.c | |
parent | 909941405f2bb6c5209024ce0f41905d1fcdc4a7 (diff) |
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
Diffstat (limited to 'lib/dict.c')
-rw-r--r-- | lib/dict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dict.c b/lib/dict.c index 6a5697952..1f130ad15 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -46,7 +46,7 @@ #include <sys/socket.h> #endif #include <netinet/in.h> -#ifndef __WATCOMC__ +#ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif #ifdef HAVE_UNISTD_H |