diff --git a/libs/port/mkstemps.c b/libs/port/mkstemps.c index 7dd1672c863..ccf212c871d 100644 --- a/libs/port/mkstemps.c +++ b/libs/port/mkstemps.c @@ -17,6 +17,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" +#include "wine/port.h" #include #include @@ -30,6 +31,9 @@ #ifdef HAVE_SYS_TIME_H #include #endif +#ifdef HAVE_PROCESS_H +#include +#endif /* We need to provide a type for gcc_uint64_t. */ #ifdef __GNUC__