diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-16 14:16:57 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-16 14:16:57 +0000 |
commit | 50a9c8a26dc77291a94149cd28654b73a64722c1 (patch) | |
tree | d99922cf3fe7ff6b3a0b3616e844548ec4c640f3 /tests/dhepskself.c | |
parent | cdd17c86a270c249dad9d9e26b04e7d904ed47fa (diff) | |
download | gnutls-50a9c8a26dc77291a94149cd28654b73a64722c1.tar.gz |
Need config.h.
Diffstat (limited to 'tests/dhepskself.c')
-rw-r--r-- | tests/dhepskself.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/dhepskself.c b/tests/dhepskself.c index 57a6a555f2..29cfddf1eb 100644 --- a/tests/dhepskself.c +++ b/tests/dhepskself.c @@ -22,6 +22,10 @@ /* Parts copied from GnuTLS example programs. */ +#if HAVE_CONFIG_H +# include <config.h> +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> |