diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/pending/route.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/pending/route.c b/toys/pending/route.c index 99ba946e..a7e88246 100644 --- a/toys/pending/route.c +++ b/toys/pending/route.c @@ -48,6 +48,7 @@ config ROUTE #define FOR_route #include "toys.h" +#define _LINUX_SYSINFO_H // workaround for musl bug #include <linux/rtnetlink.h> GLOBALS( |