From acfc8ea83fcaa424f2800acda627f919a45e6bb2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 17 Sep 2011 20:00:13 +0200 Subject: priv: Remove crypto.h and add correct includes to src files. --- src/pcap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pcap.c') diff --git a/src/pcap.c b/src/pcap.c index f81c955d..b57b5644 100644 --- a/src/pcap.c +++ b/src/pcap.c @@ -32,6 +32,7 @@ #include #endif #include +#include #include "libssh/libssh.h" #include "libssh/pcap.h" -- cgit