From: Todd C. Miller Date: Tue, 30 Jun 2015 16:32:42 +0000 (-0600) Subject: Add missing fcntl.h include. X-Git-Tag: SUDO_1_8_14^2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b756b6a112f6c93362243f096ae0a7596ee8b0db;p=sudo Add missing fcntl.h include. --- 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"