diff options
Diffstat (limited to 'rpcap-protocol.c')
-rw-r--r-- | rpcap-protocol.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rpcap-protocol.c b/rpcap-protocol.c index b0a9652a..07e25602 100644 --- a/rpcap-protocol.c +++ b/rpcap-protocol.c @@ -40,12 +40,9 @@ #include <stdarg.h> /* for functions with variable number of arguments */ #include <errno.h> /* for the errno variable */ #include "sockutils.h" +#include "portability.h" #include "rpcap-protocol.h" #include <pcap/pcap.h> -#if 0 -#include "pcap-rpcap.h" -#include "pcap-rpcap-int.h" -#endif /* * This file contains functions used both by the rpcap client and the |