summaryrefslogtreecommitdiff
path: root/usr.sbin/bootpd
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>1997-07-04 21:15:45 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>1997-07-04 21:15:45 +0000
commit86a0cf6c3d8d21e41c6943c604cbe44f2c63ef5d (patch)
tree107a526a087ff0764ada8b6ae8cbb1080f9bd3ae /usr.sbin/bootpd
parentaba1d7538b1dad065de3fac62fed4addb07c4697 (diff)
-hwaddr.c:140: warning: implicit declaration of function `system'
+#include <stdlib.h>
Diffstat (limited to 'usr.sbin/bootpd')
-rw-r--r--usr.sbin/bootpd/hwaddr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bootpd/hwaddr.c b/usr.sbin/bootpd/hwaddr.c
index d3385166b36..b6f6b4a6ce0 100644
--- a/usr.sbin/bootpd/hwaddr.c
+++ b/usr.sbin/bootpd/hwaddr.c
@@ -20,6 +20,7 @@
#include <net/if_arp.h>
#include <netinet/in.h>
#include <stdio.h>
+#include <stdlib.h>
#ifndef NO_UNISTD
#include <unistd.h>
#endif