summaryrefslogtreecommitdiff
path: root/lib/gnutls_str.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-29 12:23:27 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-29 12:23:27 +0200
commit74e999385ba80a775af4662e66eceabec8f0f113 (patch)
treecc30958e9d32f08665bce174fb01d8095c4908d2 /lib/gnutls_str.c
parenta5d9d87e5c5e2c51d117347c92ed075b9318de47 (diff)
downloadgnutls-74e999385ba80a775af4662e66eceabec8f0f113.tar.gz
Include stdarg.h for va_start etc.
Diffstat (limited to 'lib/gnutls_str.c')
-rw-r--r--lib/gnutls_str.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_str.c b/lib/gnutls_str.c
index 768510a719..7e6a435080 100644
--- a/lib/gnutls_str.c
+++ b/lib/gnutls_str.c
@@ -26,6 +26,7 @@
#include <gnutls_errors.h>
#include <gnutls_num.h>
#include <gnutls_str.h>
+#include <stdarg.h>
/* These function are like strcat, strcpy. They only
* do bound checking (they shouldn't cause buffer overruns),