- more linux shims

This commit is contained in:
Babak Farrokhi 2015-10-27 11:58:27 +03:30
parent 6be3e3f949
commit 46a5f87af7

View File

@ -35,6 +35,7 @@
#ifdef __linux__
#define AF_LINK AF_PACKET
#define _GNU_SOURCE
#else
#include <net/if_var.h>
#include <net/if_types.h>