mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 12:21:46 +00:00
dinput: Include fcntl.h instead of sys/fcntl.h since they are equivalent and the former is more portable.
This commit is contained in:
parent
97a9ca3f4a
commit
376be08a7c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user