From 6c9d36725286e159ed6a04e79ea215789a52c29f Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 1 Oct 2025 15:16:18 -0400 Subject: np: init: Keep track of objects with PTRBOX Signed-off-by: Ian Moffett --- src/sys/include/os/np.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sys/include') diff --git a/src/sys/include/os/np.h b/src/sys/include/os/np.h index 5734e69..3bb2bb8 100644 --- a/src/sys/include/os/np.h +++ b/src/sys/include/os/np.h @@ -38,6 +38,7 @@ #include #include #include +#include /* * Compiler work @@ -53,6 +54,7 @@ struct np_work { size_t source_size; size_t line_no; struct lexer_state lex_st; + struct ptrbox *work_mem; char ccache; }; -- cgit v1.2.3