diff options
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> |