diff options
-rw-r--r-- | system-linux.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system-linux.c b/system-linux.c index bfd623b..08b6757 100644 --- a/system-linux.c +++ b/system-linux.c @@ -47,6 +47,10 @@ #define RT_TABLE_PRELOCAL 128 #endif +#ifndef IFA_F_NOPREFIXROUTE +#define IFA_F_NOPREFIXROUTE 0x200 +#endif + #include <string.h> #include <fcntl.h> #include <glob.h> |