summaryrefslogtreecommitdiff
path: root/tests/certificate_set_x509_crl.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-13 17:22:36 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-13 17:22:36 +0000
commit9f95309fe132030d3273f8bcf7e5e9eda620e82d (patch)
tree34f6f5bc965e85d17f9a9bc002be863aed9c9f52 /tests/certificate_set_x509_crl.c
parent3c3b01322213527c4483936c4fff546c9004626e (diff)
downloadgnutls-9f95309fe132030d3273f8bcf7e5e9eda620e82d.tar.gz
Need config.h.
Diffstat (limited to 'tests/certificate_set_x509_crl.c')
-rw-r--r--tests/certificate_set_x509_crl.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/certificate_set_x509_crl.c b/tests/certificate_set_x509_crl.c
index ddc8088a6b..7c4ee0a0a2 100644
--- a/tests/certificate_set_x509_crl.c
+++ b/tests/certificate_set_x509_crl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006 Free Software Foundation, Inc.
+ * Copyright (C) 2006, 2007 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
@@ -22,6 +22,10 @@
*
*/
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>