From: Simon Wilkinson Date: Sun, 8 Apr 2012 22:31:25 +0000 (-0400) Subject: tests: waitpid requires sys/wait.h X-Git-Tag: upstream/1.8.0_pre1^2~2583 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2c0ed7ace6e10cb7fa053f0eb6d2a1fa45f76577;p=packages%2Fo%2Fopenafs.git 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 --- 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