diff lib/wait-process.h @ 6751:1b0092424a44

Include <unistd.h> unconditionally.
author Bruno Haible <bruno@clisp.org>
date Mon, 24 Apr 2006 11:38:06 +0000 (2006-04-24)
parents a48fb0e98c8c
children 5d118b8eb6a4
line wrap: on
line diff
--- a/lib/wait-process.h
+++ b/lib/wait-process.h
@@ -1,5 +1,5 @@
 /* Waiting for a subprocess to finish.
-   Copyright (C) 2001-2003 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -21,9 +21,7 @@
 
 /* Get pid_t.  */
 #include <stdlib.h>
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 #include <sys/types.h>
 
 #include <stdbool.h>