summaryrefslogtreecommitdiff
path: root/source/tests/fcntl_lock.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-10-22 18:51:16 +0000
committerJeremy Allison <jra@samba.org>1998-10-22 18:51:16 +0000
commit50413d0d819d4f13e760ca8439c5bdde0898d63e (patch)
tree8a07bdc224d0b24b054ea2b9ced48dc04154ecce /source/tests/fcntl_lock.c
parent4d830e243650729344a2d1b238075e787802ff8b (diff)
downloadsamba-50413d0d819d4f13e760ca8439c5bdde0898d63e.tar.gz
server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring
(as it is everywhere else). smbwrapper/smbsh.c: For IRIX n32 binaries, set _RLDN32_LIST not _RLD32_LIST. Exec users preferred shell is SHELL environment variable is set. tests/fcntl_lock.c: Added sys/types.h for systems that need this. Jeremy.
Diffstat (limited to 'source/tests/fcntl_lock.c')
-rw-r--r--source/tests/fcntl_lock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tests/fcntl_lock.c b/source/tests/fcntl_lock.c
index c54479434e8..a90e00aa000 100644
--- a/source/tests/fcntl_lock.c
+++ b/source/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>