From: Simon Josefsson Date: Tue, 6 Oct 2009 09:42:31 +0000 (+0200) Subject: Include config.h. X-Git-Tag: gnutls_2_9_7~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d5139fd4f481b018fa847907ba38b38d89d5c79;p=thirdparty%2Fgnutls.git Include config.h. Tiny patch from Boyan Kasarov . --- diff --git a/lib/gnutlsxx.cpp b/lib/gnutlsxx.cpp index 83453f058e..cdca728971 100644 --- a/lib/gnutlsxx.cpp +++ b/lib/gnutlsxx.cpp @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +# include +#endif + #include namespace gnutls