diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/bsd-snprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c index 47cbcff67..04651e1d4 100644 --- a/openbsd-compat/bsd-snprintf.c +++ b/openbsd-compat/bsd-snprintf.c | |||
@@ -109,6 +109,7 @@ | |||
109 | #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) | 109 | #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) |
110 | 110 | ||
111 | #include <ctype.h> | 111 | #include <ctype.h> |
112 | #include <stdarg.h> | ||
112 | #include <stdlib.h> | 113 | #include <stdlib.h> |
113 | #include <string.h> | 114 | #include <string.h> |
114 | 115 | ||