From aef40f69d2dda3c6e4c0963fdde715bdfc708c1f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 2 Jun 2020 11:14:15 -0500 Subject: Build works fine on glibc but breaks on musl, add a workaround. --- toys/pending/route.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/pending/route.c') 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 GLOBALS( -- cgit v1.2.3