diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-18 11:58:56 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-08-18 11:58:56 +0000 |
commit | d297ee5680cc068ac3fb6482deb00f832bfbcf1e (patch) | |
tree | aa1985482f730ed02409096da2e918419005dad3 /lib | |
parent | 75537aa4cfa732e8b039fe320f583003da0b9907 (diff) | |
download | gnutls-d297ee5680cc068ac3fb6482deb00f832bfbcf1e.tar.gz |
Reorder, to get config.h included before gcrypt.h.gnutls_1_0_20
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gnutls_mpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gnutls_int.h> # include <gcrypt.h> # include <gc.h> # include <libtasn1.h> -# include <gnutls_int.h> typedef gcry_mpi_t mpi_t; |