Commit efe46a04 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Don't include unistd.h in wine/port.h.

parent 1c9b843e
......@@ -43,6 +43,7 @@
#endif
#include <stdio.h>
#include <assert.h>
#include <unistd.h>
#ifdef HAVE_CARBON_CARBON_H
#define LoadResource __carbon_LoadResource
......
......@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <sys/ioctl.h>
#include <unistd.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
......
......@@ -32,9 +32,6 @@
#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
# include <unistd.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