Include pcap.h as header file. (required by Apple clang).
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
c6b9cb1ee1
commit
8640f82323
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
/* #define WPCAP */
|
||||
|
||||
#include "pcap.h"
|
||||
#include <pcap.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue