chiark / gitweb /
Moved xmalloc etc. into both.c
[userv.git] / lexer.l
diff --git a/lexer.l b/lexer.l
index ac21f695e6c8265e787859a153f3b4ec525a6dc1..f3a2957dfc1b5f6d3e4bf194bc0eb13c2c8113c7 100644 (file)
--- a/lexer.l
+++ b/lexer.l
@@ -43,6 +43,7 @@
 #include "common.h"
 #include "daemon.h"
 #include "lib.h"
+#include "both.h"
 #include "tokens.h"
 
 #define HYPHEN '-'