From: Alan T. DeKok Date: Mon, 28 Sep 2020 13:08:06 +0000 (-0400) Subject: we need stdbool X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a5cc10c7bb0fcadf4b1da7b43ff340d18a8afd5;p=thirdparty%2Ffreeradius-server.git we need stdbool --- diff --git a/src/build/dlopen.c b/src/build/dlopen.c index 23feec62128..1b9d50ba149 100644 --- a/src/build/dlopen.c +++ b/src/build/dlopen.c @@ -27,6 +27,7 @@ RCSIDH(time_h, "$Id$") #include #include #include +#include #include #include #include