diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-18 05:55:37 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-18 05:55:37 +0000 |
| commit | 38ca3489106ec9eb66affe405a18e3f8a6a7335f (patch) | |
| tree | c6240b3244147c35d84033323586e22232c0725b /libexec/bootpd/getether.c | |
| parent | b3dce7919ca0c923bda1fa7162d2d13fb0218210 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/getether.c')
| -rw-r--r-- | libexec/bootpd/getether.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c index 0b48a211b5fb..385db8d92cca 100644 --- a/libexec/bootpd/getether.c +++ b/libexec/bootpd/getether.c @@ -7,7 +7,7 @@ * If you figure out how to do this on another system, * please let me know. <gwr@mc.com> * - * $Id: getether.c,v 1.4 1996/09/22 21:52:09 wosch Exp $ + * $Id: getether.c,v 1.4.2.1 1997/12/24 18:58:02 imp Exp $ */ #include <sys/types.h> @@ -111,6 +111,7 @@ getether(ifname, eap) #if defined(__FreeBSD__) || defined(__NetBSD__) /* Thanks to John Brezak <brezak@ch.hp.com> for this code. */ #include <sys/ioctl.h> +#include <sys/time.h> #include <net/if.h> #include <net/if_dl.h> #include <net/if_types.h> |
