Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lock: posix needs fcntl.h
  • Loading branch information
clandmeter authored and perexg committed Jan 13, 2015
1 parent 0d5194c commit 4949382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lock.c
Expand Up @@ -18,6 +18,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/file.h>

Expand Down

0 comments on commit 4949382

Please sign in to comment.