Commit 8482613a authored by Alexandre Julliard's avatar Alexandre Julliard

Added missing wine/port.h.

parent 84555cc7
......@@ -20,6 +20,7 @@
*/
#include "config.h"
#include "wine/port.h"
#ifdef HAVE_LINUX_22_JOYSTICK_API
......
......@@ -20,6 +20,7 @@
*/
#include "config.h"
#include "wine/port.h"
#ifdef HAVE_LINUX_INPUT_H
......
......@@ -20,6 +20,8 @@
*/
#include "config.h"
#include "wine/port.h"
#include <string.h>
#ifdef HAVE_SYS_ERRNO_H
# include <sys/errno.h>
......
......@@ -20,6 +20,8 @@
*/
#include "config.h"
#include "wine/port.h"
#include <string.h>
#ifdef HAVE_SYS_ERRNO_H
# include <sys/errno.h>
......
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