diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-22 23:55:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-22 23:55:23 +0000 |
commit | db5404f3ae88bd9265fab3417ce85642a37829b6 (patch) | |
tree | 40dc4ffeb78a4f4ef657274fce1767cd5c78a63a /usr.sbin/tcpdrop | |
parent | 9ae0305bd41a90aa4f609790ed35a88a218aad6c (diff) |
missing header
Diffstat (limited to 'usr.sbin/tcpdrop')
-rw-r--r-- | usr.sbin/tcpdrop/tcpdrop.c | 3 |
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; |