From: Jouni Malinen Date: Fri, 17 Dec 2010 06:06:52 +0000 (+0200) Subject: wlantest: Replace pcap header directory X-Git-Tag: hostap-1-bp~694 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef00c78097315b51cea46421ae6e0c98e992c21c;p=thirdparty%2Fhostap.git wlantest: Replace pcap header directory The use of the pcap subdirectory seems to be limited to some of the newer Linux distros only, so use the older paths to pcap.h and pcap-bpf.h to make wlantest bit more easier to compile on older systems. --- diff --git a/wlantest/readpcap.c b/wlantest/readpcap.c index f2f6e9212..fd8b1e8de 100644 --- a/wlantest/readpcap.c +++ b/wlantest/readpcap.c @@ -13,7 +13,7 @@ */ #include "utils/includes.h" -#include +#include #include "utils/common.h" #include "wlantest.h" diff --git a/wlantest/writepcap.c b/wlantest/writepcap.c index 75904a697..b59a1c288 100644 --- a/wlantest/writepcap.c +++ b/wlantest/writepcap.c @@ -13,8 +13,8 @@ */ #include "utils/includes.h" -#include -#include +#include +#include #include "utils/common.h" #include "wlantest.h"