aboutgitcodebugslistschat
path: root/pcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap.h')
-rw-r--r--pcap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcap.h b/pcap.h
index 2aeb53e..dface5d 100644
--- a/pcap.h
+++ b/pcap.h
@@ -6,6 +6,8 @@
#ifndef PCAP_H
#define PCAP_H
+#include <stddef.h>
+
extern int pcap_fd;
void pcap(const char *pkt, size_t l2len);