diff options
Diffstat (limited to 'src/sys/include')
-rw-r--r-- | src/sys/include/os/np.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <sys/types.h> #include <os/vnode.h> #include <np/lex.h> +#include <lib/ptrbox.h> /* * 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; }; |