diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2003-02-05 13:45:25 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2003-02-05 13:45:25 +0000 |
| commit | 538015aa3b16b2819401ed2b6cebdd459affc7d4 (patch) | |
| tree | b6eed9abba698ecf55651096e6106df3d84a060c /libexec/bootpd/rtmsg.c | |
| parent | efe2778852918017ef4109f3d9a5190bca4d91e9 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/rtmsg.c')
| -rw-r--r-- | libexec/bootpd/rtmsg.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 450454b6344b..45845699bfe0 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -39,9 +39,11 @@ /* * from arp.c 8.2 (Berkeley) 1/2/94 - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> /* * Verify that we are at least 4.4 BSD @@ -65,6 +67,7 @@ #include <errno.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <syslog.h> #include <unistd.h> |
