summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-15 09:49:39 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-15 09:49:39 +0200
commit8f9563bdf918ba7d9b6680248d0e9de66211b565 (patch)
treea9d1f6d450f367cac4a8be61f9b9c15f9b256757
parentf8615a0e215346adb53a529642beadfacb68dd75 (diff)
downloadgnutls-8f9563bdf918ba7d9b6680248d0e9de66211b565.tar.gz
Added missing headers.
-rw-r--r--tests/cve-2009-1416.c1
-rw-r--r--tests/pkcs12_s2k_pem.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/cve-2009-1416.c b/tests/cve-2009-1416.c
index b9a66e5232..faa5d1d37b 100644
--- a/tests/cve-2009-1416.c
+++ b/tests/cve-2009-1416.c
@@ -40,6 +40,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
+#include <string.h>
#include <gnutls/gnutls.h>
#include <gnutls/x509.h>
diff --git a/tests/pkcs12_s2k_pem.c b/tests/pkcs12_s2k_pem.c
index a09faae586..8b5992c1dc 100644
--- a/tests/pkcs12_s2k_pem.c
+++ b/tests/pkcs12_s2k_pem.c
@@ -33,6 +33,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
+#include <string.h>
#include <gnutls/gnutls.h>
#include <gnutls/x509.h>