]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Missing header
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 14 Apr 2020 01:03:48 +0000 (20:03 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 14 Apr 2020 01:03:48 +0000 (20:03 -0500)
src/lib/util/event.c

index 35ebba16b15c65baccbc8110cc45c353470e6876..c0d4abd8643af81f5af24b3e49c0bdcbb1211d60 100644 (file)
@@ -36,11 +36,13 @@ RCSID("$Id$")
 #include <freeradius-devel/util/rbtree.h>
 #include <freeradius-devel/util/strerror.h>
 #include <freeradius-devel/util/syserror.h>
-#include <freeradius-devel/util/talloc.h>
 #include <freeradius-devel/util/table.h>
+#include <freeradius-devel/util/talloc.h>
 #include <freeradius-devel/util/time.h>
 #include <freeradius-devel/util/token.h>
+
 #include <sys/stat.h>
+#include <sys/wait.h>
 
 #define FR_EV_BATCH_FDS (256)