From: Simon Josefsson Date: Wed, 18 Aug 2004 11:58:56 +0000 (+0000) Subject: Reorder, to get config.h included before gcrypt.h. X-Git-Tag: gnutls_1_0_20^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d297ee5680cc068ac3fb6482deb00f832bfbcf1e;p=thirdparty%2Fgnutls.git Reorder, to get config.h included before gcrypt.h. --- diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h index d2e4e6619a..5731e0d4db 100644 --- a/lib/gnutls_mpi.h +++ b/lib/gnutls_mpi.h @@ -1,10 +1,10 @@ #ifndef GNUTLS_MPI_H # define GNUTLS_MPI_H +# include # include # include # include -# include typedef gcry_mpi_t mpi_t;