From 1107dc4c4f99936129f1459625857976e1b1ddd4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 2 May 2001 06:54:52 +0000 Subject: added sys/wait.h to fcntl_lock test (This used to be commit ed151605e57b7db3457cdf0c87f71c86e84c8f5b) --- source3/tests/fcntl_lock.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/tests/fcntl_lock.c b/source3/tests/fcntl_lock.c index 1f67679c8c..3cd0e5ff5e 100644 --- a/source3/tests/fcntl_lock.c +++ b/source3/tests/fcntl_lock.c @@ -16,6 +16,10 @@ #include #endif +#ifdef HAVE_SYS_WAIT_H +#include +#endif + #include static int sys_waitpid(pid_t pid,int *status,int options) -- cgit