diff options
Diffstat (limited to 'source3/tests')
-rw-r--r-- | source3/tests/fcntl_lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/tests/fcntl_lock.c b/source3/tests/fcntl_lock.c index c54479434e..a90e00aa00 100644 --- a/source3/tests/fcntl_lock.c +++ b/source3/tests/fcntl_lock.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <stdlib.h> +#include <sys/types.h> #ifdef HAVE_FCNTL_H #include <fcntl.h> |