Commit 376be08a authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

dinput: Include fcntl.h instead of sys/fcntl.h since they are equivalent and the…

dinput: Include fcntl.h instead of sys/fcntl.h since they are equivalent and the former is more portable.
parent 97a9ca3f
......@@ -38,7 +38,7 @@
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/fcntl.h>
#include <fcntl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
......
......@@ -34,7 +34,7 @@
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/fcntl.h>
#include <fcntl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.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