diff options
Diffstat (limited to 'include/wait.h')
-rw-r--r-- | include/wait.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wait.h b/include/wait.h new file mode 100644 index 000000000..cdb77149f --- /dev/null +++ b/include/wait.h @@ -0,0 +1,3 @@ +/* SVR4 ABI requires <wait.h> rather than <sys/wait.h> */ + +#include <sys/wait.h> |