summaryrefslogtreecommitdiff
path: root/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'ring.h')
-rw-r--r--ring.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ring.h b/ring.h
index afc8b08..823e49a 100644
--- a/ring.h
+++ b/ring.h
@@ -26,6 +26,10 @@
#include "dev.h"
#include "config.h"
+#ifndef POLLRDNORM
+# define POLLRDNORM 0x0040
+#endif
+
union tpacket_uhdr {
struct tpacket_hdr *h1;
struct tpacket2_hdr *h2;