From e42ee2a075a8b7c62b190815be42ea26c9d8c03f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 10 Feb 2015 14:55:19 +0000 Subject: Include the POSIX fcntl.h instead of sys/fcntl.h The former is part of the POSIX standard, and (unlike the latter) is more widely available. v2: Drop gracious d in header name. Spotted by Alan. Cc: Adam Jackson Signed-off-by: Emil Velikov Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- src/pciaccess_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pciaccess_private.h b/src/pciaccess_private.h index 9f4e8f9..2f05b29 100644 --- a/src/pciaccess_private.h +++ b/src/pciaccess_private.h @@ -42,7 +42,7 @@ * know of any OS we support where this isn't available in a sufficiently * new version, so warn unconditionally. */ -#include +#include #ifndef O_CLOEXEC #warning O_CLOEXEC not available, please upgrade. -- cgit v1.2.1