OSDN Git Service

Include the POSIX fcntl.h instead of sys/fcntl.h
[android-x86/external-libpciaccess.git] / src / pciaccess_private.h
index 9f4e8f9..2f05b29 100644 (file)
@@ -42,7 +42,7 @@
  * know of any OS we support where this isn't available in a sufficiently
  * new version, so warn unconditionally.
  */
-#include <sys/fcntl.h>
+#include <fcntl.h>
 
 #ifndef O_CLOEXEC
 #warning O_CLOEXEC not available, please upgrade.