From 2c0ed7ace6e10cb7fa053f0eb6d2a1fa45f76577 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 8 Apr 2012 18:31:25 -0400 Subject: [PATCH] tests: waitpid requires sys/wait.h Calling waitpid requires the sys/wait.h header to be included to guarantee that the prototype is enabled. Change-Id: I2d845236347d1be46cd750c2e766b305a64cde53 Reviewed-on: http://gerrit.openafs.org/7128 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- tests/volser/vos-t.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/volser/vos-t.c b/tests/volser/vos-t.c index e1ffec6a3..e74f47371 100644 --- a/tests/volser/vos-t.c +++ b/tests/volser/vos-t.c @@ -3,6 +3,8 @@ #include +#include + #include #include -- 2.39.5