diff options
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index 485e05775..9b7337ac1 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 |