summaryrefslogtreecommitdiffstats
path: root/src/os_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index 485e057755..9b7337ac19 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -204,6 +204,10 @@
# endif
#endif
+#ifdef HAVE_FLOCK
+# include <sys/file.h>
+#endif
+
#endif // PROTO
#ifdef VMS