diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-12-10 17:11:53 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-12-10 17:11:53 +0000 |
| commit | 628d2ac1b093f48f6fb98b17308acacc929876d8 (patch) | |
| tree | 1bb2cd09b3e27a462e04923aa2922608ee5ea899 /libexec/bootpd/rtmsg.c | |
| parent | fc43f97826e798ad4e3534b59f3b8d3aac1c4abe (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/rtmsg.c')
| -rw-r--r-- | libexec/bootpd/rtmsg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 5942b22d13f4..0338a95291ef 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -39,7 +39,7 @@ /* * from arp.c 8.2 (Berkeley) 1/2/94 - * $Id: rtmsg.c,v 1.3 1995/01/30 11:11:43 dfr Exp $ + * $Id: rtmsg.c,v 1.4 1995/05/30 05:45:49 rgrimes Exp $ */ #include <sys/param.h> @@ -51,6 +51,7 @@ #include <sys/socket.h> #include <sys/filio.h> +#include <sys/time.h> #include <net/if.h> #include <net/if_dl.h> |
