summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/install.c b/src/install.c
index c34e4dcd9..cebb64278 100644
--- a/src/install.c
+++ b/src/install.c
@@ -24,6 +24,7 @@
#include <pwd.h>
#include <grp.h>
#include <selinux/selinux.h>
+#include <sys/wait.h>
#include "system.h"
#include "backupfile.h"
@@ -48,8 +49,6 @@
#define AUTHORS proper_name ("David MacKenzie")
-#include <sys/wait.h>
-
static int selinux_enabled = 0;
static bool use_default_selinux_context = true;