From d196a328513b340ea921f57dde53569f6c632304 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Jan 26 2014 22:46:15 +0000 Subject: Update tmpalloc patch to build with MinGW --- diff --git a/nettle-2.7.1-tmpalloc.patch b/nettle-2.7.1-tmpalloc.patch index 813ac68..782b8c4 100644 --- a/nettle-2.7.1-tmpalloc.patch +++ b/nettle-2.7.1-tmpalloc.patch @@ -44,7 +44,7 @@ index 0000000..26a7cdb +#ifndef BIGNUM_INTERNAL_H +# define BIGNUM_INTERNAL_H + -+#include ++#include "gmp-glue.h" + +#define TMP_GMP_DECL(name, type) type *name; \ + unsigned tmp_##name##_size