libwine: Include a couple of extra system headers to fix the compilation on Solaris.

oldstable
Francois Gouget 2011-12-02 15:27:33 +01:00 committed by Alexandre Julliard
parent 4ce3af3fad
commit e438743041
1 changed files with 4 additions and 0 deletions

View File

@ -23,11 +23,15 @@
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif