summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sys/include/np/lex.h3
1 files changed, 2 insertions, 1 deletions
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 <sys/types.h>
-#include <os/np.h>
+
+struct np_work;
#define TOKEN_BEGIN "begin"
#define TOKEN_PROC "proc"