aboutsummaryrefslogtreecommitdiffstats
path: root/src/pinguctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinguctl.c')
-rw-r--r--src/pinguctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pinguctl.c b/src/pinguctl.c
index 02dbe14..ea59f8a 100644
--- a/src/pinguctl.c
+++ b/src/pinguctl.c
@@ -1,9 +1,9 @@
-
#include <sys/socket.h>
#include <sys/un.h>
#include <errno.h>
#include <stdio.h>
+#include <string.h>
#include <unistd.h>
#include "log.h"