summaryrefslogtreecommitdiff
path: root/src/bin/tcpident.c
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2015-06-28 00:15:29 -0500
committerepochqwert <epoch@hacking.allowed.org>2015-06-28 00:15:29 -0500
commit976c801cbe9ae8d03cae529b57a10cbb588fd92a (patch)
tree8c8a64ed504ec8abde678ddd10ab07d9536f3c50 /src/bin/tcpident.c
parent5581f63df9034370cff54aeda44b365439b141fb (diff)
downloadmisc-976c801cbe9ae8d03cae529b57a10cbb588fd92a.tar.gz
misc-976c801cbe9ae8d03cae529b57a10cbb588fd92a.zip
fixed up a lot of warnings. added watch.
Diffstat (limited to 'src/bin/tcpident.c')
-rw-r--r--src/bin/tcpident.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/tcpident.c b/src/bin/tcpident.c
index 1af3bc1..eb15074 100644
--- a/src/bin/tcpident.c
+++ b/src/bin/tcpident.c
@@ -3,6 +3,7 @@
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/sysctl.h>
+#include <stdlib.h>
#include <netinet/in.h>
#include <netinet/ip_var.h>