From b756b6a112f6c93362243f096ae0a7596ee8b0db Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 30 Jun 2015 10:32:42 -0600 Subject: [PATCH] Add missing fcntl.h include. --- lib/util/snprintf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util/snprintf.c b/lib/util/snprintf.c index ff87dd48c..b39903e08 100644 --- a/lib/util/snprintf.c +++ b/lib/util/snprintf.c @@ -72,6 +72,7 @@ #ifdef PRINTF_WIDE_CHAR # include #endif +#include #include "sudo_compat.h" -- 2.40.0