add -Wundef, fix uncovered bugs
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include "rt_names.h"
|
||||
#include "utils.h"
|
||||
|
||||
#if __GLIBC__ >=2 && __GLIBC_MINOR >= 1
|
||||
#if __GLIBC__ >=2 && __GLIBC_MINOR__ >= 1
|
||||
#include <net/ethernet.h>
|
||||
#else
|
||||
#include <linux/if_ether.h>
|
||||
|
Reference in New Issue
Block a user