Skip to content
Snippets Groups Projects
Commit 70217641 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard
Browse files

Portability fix.

parent e88d71b2
No related branches found
No related tags found
No related merge requests found
......@@ -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__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment