Include pcap.h as header file. (required by Apple clang).

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-10-16 14:54:34 +01:00
parent c6b9cb1ee1
commit 8640f82323

View file

@ -27,7 +27,7 @@
/* #define WPCAP */
#include "pcap.h"
#include <pcap.h>
#include <assert.h>
#include <stdio.h>