summaryrefslogtreecommitdiff
path: root/usr.sbin/ipsend/iptest
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-04-06 20:15:49 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-04-06 20:15:49 +0000
commitbe131685ac34f7b453fc1d50d9b71702eb399f0e (patch)
tree3fdf993d3c03e99821a20ef02d9ed9ea337aa5da /usr.sbin/ipsend/iptest
parent3c7e2f2acecb363810b488014f9f3df2c10b80b4 (diff)
#include stdlib.h to get malloc(3) and calloc(3) definitions.
Fixes compiler warnings.
Diffstat (limited to 'usr.sbin/ipsend/iptest')
-rw-r--r--usr.sbin/ipsend/iptest/iptest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ipsend/iptest/iptest.c b/usr.sbin/ipsend/iptest/iptest.c
index bc875881b29..baa023d6b8a 100644
--- a/usr.sbin/ipsend/iptest/iptest.c
+++ b/usr.sbin/ipsend/iptest/iptest.c
@@ -18,6 +18,7 @@
static char sccsid[] = "%W% %G% (C)1995 Darren Reed";
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <netdb.h>
#include <string.h>
#include <sys/types.h>