diff options
Diffstat (limited to 'doc/examples/ex-verify.c')
-rw-r--r-- | doc/examples/ex-verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/ex-verify.c b/doc/examples/ex-verify.c index c581458757..e9337213bc 100644 --- a/doc/examples/ex-verify.c +++ b/doc/examples/ex-verify.c @@ -5,7 +5,7 @@ * notice and this notice are preserved. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include <config.h> #endif |