aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/setsid/setsid01.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/syscalls/setsid/setsid01.c')
-rw-r--r--testcases/kernel/syscalls/setsid/setsid01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/kernel/syscalls/setsid/setsid01.c b/testcases/kernel/syscalls/setsid/setsid01.c
index ad5687c9d..ed8f0e4ad 100644
--- a/testcases/kernel/syscalls/setsid/setsid01.c
+++ b/testcases/kernel/syscalls/setsid/setsid01.c
@@ -30,7 +30,7 @@
* RESTRICTIONS
* This test doesn't follow good LTP format - PLEASE FIX!
*/
-#include <wait.h>
+#include <sys/wait.h>
#include <limits.h>
#include <signal.h>
#include <errno.h>