summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/stdethers
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-07-18 22:58:57 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-07-18 22:58:57 +0000
commita97d0cab218a8e2bcb331016bbb793706258cd7c (patch)
tree43715f40b8a124b9280ecb54912cdeb90da2848b /usr.sbin/ypserv/stdethers
parentf5ba9debe12b4a1d0d88e46e78e8601c76b248d8 (diff)
add missing includes
ok tedu@
Diffstat (limited to 'usr.sbin/ypserv/stdethers')
-rw-r--r--usr.sbin/ypserv/stdethers/stdethers.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/stdethers/stdethers.c b/usr.sbin/ypserv/stdethers/stdethers.c
index db9e6acdc50..d978e06f51d 100644
--- a/usr.sbin/ypserv/stdethers/stdethers.c
+++ b/usr.sbin/ypserv/stdethers/stdethers.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stdethers.c,v 1.10 2003/07/15 06:10:46 deraadt Exp $ */
+/* $OpenBSD: stdethers.c,v 1.11 2003/07/18 22:58:56 david Exp $ */
/*
* Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se>
@@ -27,7 +27,7 @@
*/
#ifndef LINT
-static const char rcsid[] = "$OpenBSD: stdethers.c,v 1.10 2003/07/15 06:10:46 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: stdethers.c,v 1.11 2003/07/18 22:58:56 david Exp $";
#endif
#include <sys/types.h>
@@ -36,6 +36,7 @@ static const char rcsid[] = "$OpenBSD: stdethers.c,v 1.10 2003/07/15 06:10:46 de
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <ctype.h>