1
1

* Add sys/wait.h so that we compile on OS X

This commit was SVN r2181.
Этот коммит содержится в:
Brian Barrett 2004-08-17 15:12:42 +00:00
родитель 1edeed2737
Коммит 34fcbc94ad

Просмотреть файл

@ -14,6 +14,7 @@
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>