From 13f7574579710b4999fbf5fae331c08dbbef7277 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 8 Jan 2015 05:19:19 +0000 Subject: [PATCH] Change namespace for fcntl.h * Fixes warnings under musl-libc. * should be universal in the Unix world, it's more likely a system doesn't have than if it doesn't have (and has .) --- include/znc/FileUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/znc/FileUtils.h b/include/znc/FileUtils.h index 56617837..ce997e48 100644 --- a/include/znc/FileUtils.h +++ b/include/znc/FileUtils.h @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include