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