Add a header, kill a warning.
authormdw <mdw>
Sun, 12 Oct 2003 15:22:01 +0000 (15:22 +0000)
committermdw <mdw>
Sun, 12 Oct 2003 15:22:01 +0000 (15:22 +0000)
src/lexer.l

index 7183d07..9e9c00a 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: lexer.l,v 1.5 2003/10/12 00:29:10 mdw Exp $
+ * $Id: lexer.l,v 1.6 2003/10/12 15:22:01 mdw Exp $
  *
  * Lexical analyser for `become.conf' files
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: lexer.l,v $
+ * Revision 1.6  2003/10/12 15:22:01  mdw
+ * Add a header, kill a warning.
+ *
  * Revision 1.5  2003/10/12 00:29:10  mdw
  * Missed an old include...
  *
@@ -56,6 +59,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <mLib/report.h>
+
 #include "become.h"
 #include "lexer.h"
 #include "parse.h"