diff options
Diffstat (limited to 'libexec/bootpd/getif.c')
-rw-r--r-- | libexec/bootpd/getif.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index 6cc1649..de9f96d 100644 --- a/libexec/bootpd/getif.c +++ b/libexec/bootpd/getif.c @@ -13,6 +13,9 @@ #include <sys/stropts.h> #endif +#ifdef _AIX32 +#include <sys/time.h> /* for struct timeval in net/if.h */ +#endif #include <net/if.h> /* for struct ifreq */ #include <netinet/in.h> |