diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-26 06:31:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-26 06:31:27 +0000 |
commit | ac4668b4997e349afb328e891cbac72dc005a6b3 (patch) | |
tree | 279d17a762c5ac5d5f186dee49ba394869fba73e /usr.sbin | |
parent | 297330ece85ad2a69629ad8c973abec0149c64fe (diff) |
need string.h
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rarpd/arptab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/rarpd/arptab.c b/usr.sbin/rarpd/arptab.c index 7af018a8f14..50a2850f679 100644 --- a/usr.sbin/rarpd/arptab.c +++ b/usr.sbin/rarpd/arptab.c @@ -72,6 +72,7 @@ static char sccsid[] = "@(#)arp.c 8.2 (Berkeley) 1/2/94"; #include <stdlib.h> #include <paths.h> #include <syslog.h> +#include <string.h> extern int errno; static int pid; |