diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-05-07 03:21:23 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-05-07 03:21:23 +0000 |
commit | a69532ffde761453f3d9189be2fbf1036c2ed196 (patch) | |
tree | 7aca1efa3075577618b8689261db4f17ca143067 | |
parent | da5a0f5c5b0917148fb6b668d4316aa4924708a1 (diff) | |
download | samba-a69532ffde761453f3d9189be2fbf1036c2ed196.tar.gz samba-a69532ffde761453f3d9189be2fbf1036c2ed196.tar.xz samba-a69532ffde761453f3d9189be2fbf1036c2ed196.zip |
fix interfaces.c for aix 3.2.5
-rw-r--r-- | source/lib/interfaces.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/lib/interfaces.c b/source/lib/interfaces.c index e7b9efa1f0a..6e031a1dabd 100644 --- a/source/lib/interfaces.c +++ b/source/lib/interfaces.c @@ -39,9 +39,7 @@ #include <arpa/inet.h> #include <netdb.h> #include <sys/ioctl.h> -#ifdef HAVE_SYS_TIME_H #include <sys/time.h> -#endif #include <net/if.h> #ifndef SIOCGIFCONF |