Skip to content

Commit ed93ee0

Browse files
yselkowitzhroncok
authored andcommitted
Include net/if.h for IFF_* macros
1 parent 3de6a7e commit ed93ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-ethtool/ethtool.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <sys/types.h>
2929
#include <ifaddrs.h>
3030
#include <netlink/route/addr.h>
31+
#include <net/if.h>
3132

3233
#include "etherinfo_struct.h"
3334
#include "etherinfo_obj.h"

0 commit comments

Comments
 (0)