summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-18 11:58:56 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-18 11:58:56 +0000
commitd297ee5680cc068ac3fb6482deb00f832bfbcf1e (patch)
treeaa1985482f730ed02409096da2e918419005dad3
parent75537aa4cfa732e8b039fe320f583003da0b9907 (diff)
downloadgnutls-d297ee5680cc068ac3fb6482deb00f832bfbcf1e.tar.gz
Reorder, to get config.h included before gcrypt.h.gnutls_1_0_20
-rw-r--r--lib/gnutls_mpi.h2
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;