From 75b8a8f3252b04661c2d9cf5e43cd608f159fbf5 Mon Sep 17 00:00:00 2001 From: bbrtj Date: Thu, 19 Sep 2024 19:50:53 +0200 Subject: [PATCH] WIP --- Secp256k1.xs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Secp256k1.xs b/Secp256k1.xs index 6f201a4..f9b5890 100644 --- a/Secp256k1.xs +++ b/Secp256k1.xs @@ -1,8 +1,9 @@ -#define PERL_NO_GET_CONTEXT #include "EXTERN.h" #include "perl.h" #include "XSUB.h" +#include "ppport.h" + #include #define CURVE_SIZE 32