Skip to content

Commit bb4a31c

Browse files
author
root
committed
added cstring to pcap_session.cc to get rid of compiler error memcpy not in namespace during nom install
1 parent c26f068 commit bb4a31c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pcap_session.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <assert.h>
44
#include <pcap/pcap.h>
55
#include <sys/ioctl.h>
6+
#include <cstring>
67

78
#include "pcap_session.h"
89

0 commit comments

Comments
 (0)