From ff46d0abedb578dd8babc00ac3139c8e9c71d1fc Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 30 Sep 2025 21:52:09 -0400 Subject: np: lex: Use foward declaration of np_work Signed-off-by: Ian Moffett --- src/sys/include/np/lex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sys/include/np/lex.h b/src/sys/include/np/lex.h index 0b56490..246769a 100644 --- a/src/sys/include/np/lex.h +++ b/src/sys/include/np/lex.h @@ -31,7 +31,8 @@ #define _NP_LEX_H_ 1 #include -#include + +struct np_work; #define TOKEN_BEGIN "begin" #define TOKEN_PROC "proc" -- cgit v1.2.3