lock: posix needs fcntl.h

This commit is contained in:
Carlo Landmeter 2015-01-13 14:37:38 +01:00 committed by Jaroslav Kysela
parent 0d5194c17c
commit 4949382c87

View file

@ -18,6 +18,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/file.h>