summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/getif.c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-01-23 01:35:04 +0000
committerpst <pst@FreeBSD.org>1996-01-23 01:35:04 +0000
commitaccc2aa38fbbf04568a6d3941e897dc34aee7930 (patch)
tree9d4d2f644df6a63fbb148e0952fdf7f3ae9aebf5 /libexec/bootpd/getif.c
parent6b42e1664561f04b1d3f497ecd5ccad48fd8c3b4 (diff)
downloadFreeBSD-src-accc2aa38fbbf04568a6d3941e897dc34aee7930.zip
FreeBSD-src-accc2aa38fbbf04568a6d3941e897dc34aee7930.tar.gz
Import bootpd-2.4.3 from ftp.mc.com
Diffstat (limited to 'libexec/bootpd/getif.c')
-rw-r--r--libexec/bootpd/getif.c3
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>
OpenPOWER on IntegriCloud