diff options
Diffstat (limited to 'ring.h')
-rw-r--r-- | ring.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |