summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-snprintf.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-09-09 15:59:43 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-09-09 15:59:43 +1000
commit08432d54faf63a2f5f9c264ac8ff6aa343ebeabc (patch)
tree87e523ecaa69bef034aa1e6ba3573e6b530071c5 /openbsd-compat/bsd-snprintf.c
parent6d0d6fbfdfe7afd7fa0bb8541b743f9194cdd437 (diff)
- (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h.
Diffstat (limited to 'openbsd-compat/bsd-snprintf.c')
-rw-r--r--openbsd-compat/bsd-snprintf.c1
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