linux: add compat-define for IFA_F_NOPREFIXROUTE
[project/netifd.git] / system-linux.c
index bfd623b..08b6757 100644 (file)
 #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>