aboutsummaryrefslogtreecommitdiff
path: root/src/start-stop-daemon/pipes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/start-stop-daemon/pipes.c')
-rw-r--r--src/start-stop-daemon/pipes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start-stop-daemon/pipes.c b/src/start-stop-daemon/pipes.c
index 506196d5..5251a4f0 100644
--- a/src/start-stop-daemon/pipes.c
+++ b/src/start-stop-daemon/pipes.c
@@ -16,8 +16,8 @@
*/
#include <stdlib.h>
-#include <unistd.h>
#include <sys/types.h>
+#include <unistd.h>
#include "pipes.h"