From 648bdc8cc09c85748967b86347bbc7825e339d5f Mon Sep 17 00:00:00 2001 From: Jan Sarenik Date: Fri, 12 Jan 2018 11:21:47 +0000 Subject: [PATCH] Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/) http://pubs.opengroup.org/onlinepubs/009695399/functions/fcntl.html http://man7.org/linux/man-pages/man2/fcntl.2.html --- src/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compat.h b/src/compat.h index 65e9683e2..aae84b118 100644 --- a/src/compat.h +++ b/src/compat.h @@ -33,7 +33,7 @@ #include #include #else -#include +#include #include #include #include