]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 2 Apr 2021 17:48:35 +0000 (18:48 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 2 Apr 2021 17:48:35 +0000 (18:48 +0100)
src/lib/server/trigger.c

index 1e5a7c0ffc988765dbcefaadd9fceed17e6ac6bd..05f23f905ced65af4c06e42109375350a43c44c9 100644 (file)
@@ -31,7 +31,7 @@ RCSID("$Id$")
 #include <freeradius-devel/unlang/function.h>
 #include <freeradius-devel/unlang/interpret.h>
 #include <freeradius-devel/util/debug.h>
-#include <waitpid.h>
+#include <sys/wait.h>
 
 /** Whether triggers are enabled globally
  *