Linux: include sys/file.h for flock()

pull/1372/head
Thomas Adam 2018-06-07 09:17:05 +01:00
parent 7de25d86e1
commit 91280f1fca
1 changed files with 1 additions and 0 deletions

View File

@ -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>