diff options
Diffstat (limited to 'pcap-new.c')
-rw-r--r-- | pcap-new.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ #endif #include "pcap-int.h" // for the details of the pcap_t structure -#include "pcap-remote.h" +#include "pcap-rpcap.h" #include "sockutils.h" #include <errno.h> // for the errno variable #include <stdlib.h> // for malloc(), free(), ... |