diff options
author | 2004-05-22 23:55:22 +0000 | |
---|---|---|
committer | 2004-05-22 23:55:22 +0000 | |
commit | 9d298371af95c08be3f09ece6eeb295f746b10e4 (patch) | |
tree | d95f4a4a68cccae601c340f771ce05bf5a87210f /usr.sbin/tcpdrop | |
parent | evil pasto (diff) | |
download | wireguard-openbsd-9d298371af95c08be3f09ece6eeb295f746b10e4.tar.xz wireguard-openbsd-9d298371af95c08be3f09ece6eeb295f746b10e4.zip |
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; |