From: Todd C. Miller Date: Wed, 2 Apr 2008 19:56:40 +0000 (+0000) Subject: include stdint.h if present X-Git-Tag: SUDO_1_7_0~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00d4993481f7244fe3d389eb91dd6c7378aae55a;p=sudo include stdint.h if present --- diff --git a/snprintf.c b/snprintf.c index ecbf64f38..0ae0bb859 100644 --- a/snprintf.c +++ b/snprintf.c @@ -52,6 +52,9 @@ # include # endif #endif /* STDC_HEADERS */ +#ifdef HAVE_STDINT_H +# include +#endif #ifdef HAVE_STRING_H # if defined(HAVE_MEMORY_H) && !defined(STDC_HEADERS) # include