diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-13 17:22:36 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-13 17:22:36 +0000 |
commit | 9f95309fe132030d3273f8bcf7e5e9eda620e82d (patch) | |
tree | 34f6f5bc965e85d17f9a9bc002be863aed9c9f52 /tests | |
parent | 3c3b01322213527c4483936c4fff546c9004626e (diff) | |
download | gnutls-9f95309fe132030d3273f8bcf7e5e9eda620e82d.tar.gz |
Need config.h.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/certificate_set_x509_crl.c | 6 |
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> |