diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-29 12:23:27 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-29 12:23:27 +0200 |
commit | 74e999385ba80a775af4662e66eceabec8f0f113 (patch) | |
tree | cc30958e9d32f08665bce174fb01d8095c4908d2 /lib/gnutls_str.c | |
parent | a5d9d87e5c5e2c51d117347c92ed075b9318de47 (diff) | |
download | gnutls-74e999385ba80a775af4662e66eceabec8f0f113.tar.gz |
Include stdarg.h for va_start etc.
Diffstat (limited to 'lib/gnutls_str.c')
-rw-r--r-- | lib/gnutls_str.c | 1 |
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), |