From: Mark Andrews Date: Sun, 22 Dec 2019 20:37:13 +0000 (+1100) Subject: revert d10fbdec for lib/dns/gen.c as it is a build platform executable X-Git-Tag: v9.15.8~32^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7278f2529a4f811db8f1d7f5f4e36402986a4470;p=thirdparty%2Fbind9.git revert d10fbdec for lib/dns/gen.c as it is a build platform executable --- diff --git a/lib/dns/gen.c b/lib/dns/gen.c index 99f0395b3a3..6c6e55d4c66 100644 --- a/lib/dns/gen.c +++ b/lib/dns/gen.c @@ -26,8 +26,6 @@ #include -#include - #include #include #include @@ -39,6 +37,10 @@ #include #include +#ifndef PATH_MAX +#define PATH_MAX 1024 +#endif + #ifdef WIN32 #include "gen-win32.h" #else