]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
make event.h a little more stand-alone
authorAlan T. DeKok <aland@freeradius.org>
Mon, 28 Nov 2016 16:38:42 +0000 (11:38 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 28 Nov 2016 16:38:42 +0000 (11:38 -0500)
src/include/event.h

index 691275430712932ef2bff3a682c09865717a0b18..5b896da9ed962bc08634d44f1b4b253973d9a6df 100644 (file)
@@ -26,6 +26,8 @@
  */
 RCSIDH(event_h, "$Id$")
 
+#include <freeradius-devel/missing.h>
+#include <stdbool.h>
 #include <sys/event.h>
 
 #ifdef __cplusplus