Commit e4387430 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 4ce3af3f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment