]> granicus.if.org Git - sudo/commitdiff
include stdint.h if present
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 2 Apr 2008 19:56:40 +0000 (19:56 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 2 Apr 2008 19:56:40 +0000 (19:56 +0000)
snprintf.c

index ecbf64f380b505503c42e462102322f848e82dc7..0ae0bb85985b4f334c51f9499a33348edc5a35f3 100644 (file)
@@ -52,6 +52,9 @@
 #  include <stdlib.h>
 # endif
 #endif /* STDC_HEADERS */
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
 #ifdef HAVE_STRING_H
 # if defined(HAVE_MEMORY_H) && !defined(STDC_HEADERS)
 #  include <memory.h>