Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Only include sys/sysctl.h when needed
Baptiste Daroussin committed 7 years ago
commit af9709563b17db0a89f76abbdda3140ccb580c95
parent 4163a0d1f0051d110d273a1f4aedf52e253cd7f7
1 file changed +2 -0
modified src/event.c
@@ -35,7 +35,9 @@

#include <sys/resource.h>
#include <sys/types.h>
+
#ifdef HAVE_LIBJAIL
#include <sys/sysctl.h>
+
#endif
#include <sys/wait.h>
#include <sys/socket.h>