From 88906258ef1ae0c34270afc35d8c5b96b25efbaa Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 12 May 2010 16:55:39 +0000 Subject: 2010-05-12 Marcus Brinkmann * priv-io.h: Include * util.h: Likewise. --- src/priv-io.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/priv-io.h') diff --git a/src/priv-io.h b/src/priv-io.h index 3ed2260a..89c750dd 100644 --- a/src/priv-io.h +++ b/src/priv-io.h @@ -28,6 +28,10 @@ # include #endif +/* For pid_t. */ +#include + + /* A single file descriptor passed to spawn. For child fds, dup_to specifies the fd it should become in the child, but only 0, 1 and 2 are valid values (due to a limitation in the W32 code). As return -- cgit v1.2.3