From: Natanael Copa Date: Mon, 17 Nov 2014 08:36:29 +0000 (+0100) Subject: util: fix build on systems missing strndupa X-Git-Tag: v20~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efb5bfaca938fa5991865c1e9a0c730dc919708c;p=thirdparty%2Fkmod.git util: fix build on systems missing strndupa we need include shared/missing.h to be able to compile on sysmtes that lacks strndupa. --- diff --git a/shared/util.c b/shared/util.c index 855d4e42..23bbb26a 100644 --- a/shared/util.c +++ b/shared/util.c @@ -30,6 +30,7 @@ #include #include +#include #include #define USEC_PER_SEC 1000000ULL