]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
we need stdbool
authorAlan T. DeKok <aland@freeradius.org>
Mon, 28 Sep 2020 13:08:06 +0000 (09:08 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 28 Sep 2020 13:08:06 +0000 (09:08 -0400)
src/build/dlopen.c

index 23feec62128975ba276f376e9a3ecd4abd8ec8da..1b9d50ba149c81135d380fc9d6f0c23f3a084ad6 100644 (file)
@@ -27,6 +27,7 @@ RCSIDH(time_h, "$Id$")
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <stdbool.h>
 #include <ctype.h>
 #include <errno.h>
 #include <dlfcn.h>