summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdrop
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-22 23:55:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-22 23:55:23 +0000
commitdb5404f3ae88bd9265fab3417ce85642a37829b6 (patch)
tree40dc4ffeb78a4f4ef657274fce1767cd5c78a63a /usr.sbin/tcpdrop
parent9ae0305bd41a90aa4f609790ed35a88a218aad6c (diff)
missing header
Diffstat (limited to 'usr.sbin/tcpdrop')
-rw-r--r--usr.sbin/tcpdrop/tcpdrop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.c b/usr.sbin/tcpdrop/tcpdrop.c
index e66ea618669..3bce2bbde1b 100644
--- a/usr.sbin/tcpdrop/tcpdrop.c
+++ b/usr.sbin/tcpdrop/tcpdrop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcpdrop.c,v 1.3 2004/05/09 03:22:39 deraadt Exp $ */
+/* $OpenBSD: tcpdrop.c,v 1.4 2004/05/22 23:55:22 deraadt Exp $ */
/*
* Copyright (c) 2004 Markus Friedl <markus@openbsd.org>
@@ -29,6 +29,7 @@
#include <err.h>
#include <stdio.h>
#include <string.h>
+#include <stdlib.h>
#include <netdb.h>
extern char *__progname;