summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-06-07 09:17:05 +0100
committerThomas Adam <thomas@xteddy.org>2018-06-07 09:17:05 +0100
commit91280f1fcaf956cb92fbdc8991b1e58d28f5d243 (patch)
treed84466dfea040237301a21ad12c423664cb4d73e /client.c
parent7de25d86e10466ad3a33b944de8d912c1539c3f6 (diff)
Linux: include sys/file.h for flock()
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index 8c5fd19a..2ea88f7b 100644
--- a/client.c
+++ b/client.c
@@ -20,6 +20,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/wait.h>
+#include <sys/file.h>
#include <errno.h>
#include <event.h>