Skip to content

Commit

Permalink
Linux: include sys/file.h for flock()
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Jun 7, 2018
1 parent 7de25d8 commit 91280f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.c
Expand Up @@ -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>
Expand Down

0 comments on commit 91280f1

Please sign in to comment.