diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-09-09 15:59:43 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-09-09 15:59:43 +1000 |
commit | 08432d54faf63a2f5f9c264ac8ff6aa343ebeabc (patch) | |
tree | 87e523ecaa69bef034aa1e6ba3573e6b530071c5 /openbsd-compat | |
parent | 6d0d6fbfdfe7afd7fa0bb8541b743f9194cdd437 (diff) |
- (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h.
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 | ||