diff options
Diffstat (limited to 'python-ethtool/ethtool.c')
-rw-r--r-- | python-ethtool/ethtool.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python-ethtool/ethtool.c b/python-ethtool/ethtool.c index f9788ac..a8c0366 100644 --- a/python-ethtool/ethtool.c +++ b/python-ethtool/ethtool.c @@ -26,6 +26,10 @@ #include <sys/ioctl.h> #include <sys/types.h> +#ifndef IFF_DYNAMIC +#define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/ +#endif + typedef unsigned long long u64; typedef __uint32_t u32; typedef __uint16_t u16; |