From bad890a6a66fba44f466035493ec527f9dcbc41c Mon Sep 17 00:00:00 2001 From: Peter McEvoy Date: Wed, 8 Dec 2021 14:34:25 -0800 Subject: [PATCH] u3: re-add accidentally-removed openssl header file --- pkg/urbit/include/noun/allocate.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/urbit/include/noun/allocate.h b/pkg/urbit/include/noun/allocate.h index 3129864740..fa84df233a 100644 --- a/pkg/urbit/include/noun/allocate.h +++ b/pkg/urbit/include/noun/allocate.h @@ -2,6 +2,9 @@ ** ** This file is in the public domain. */ + +#include + /** Constants. **/ /* u3a_bits: number of bits in word-addressed pointer. 29 == 2GB.