diff options
Diffstat (limited to 'lib/gnutls_mpi.h')
-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; |