Portability fix.

oldstable
Jon Griffiths 2003-09-24 05:12:14 +00:00 committed by Alexandre Julliard
parent e88d71b29c
commit 70217641e3
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "wine/port.h"
#include <sys/types.h>
#include <stdlib.h>
@ -30,6 +31,9 @@
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef HAVE_PROCESS_H
#include <process.h>
#endif
/* We need to provide a type for gcc_uint64_t. */
#ifdef __GNUC__