]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
lock: posix needs fcntl.h
authorCarlo Landmeter <clandmeter@gmail.com>
Tue, 13 Jan 2015 13:37:38 +0000 (14:37 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 13 Jan 2015 17:52:03 +0000 (18:52 +0100)
src/lock.c

index c88fc66243692ccc4bc789ad24c54305e0ac06d7..3a352b92797e5fd5f9909b6610fbab84bacc2f19 100644 (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>