Skip to content

Commit 2430a4b

Browse files
committed
Merge pull request #72 from seti123/master
added cstring to pcap_session.cc to get rid of compiler error
2 parents c26f068 + bb4a31c commit 2430a4b

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)