summaryrefslogtreecommitdiffstats
path: root/rfcomm/lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'rfcomm/lexer.l')
-rw-r--r--rfcomm/lexer.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/rfcomm/lexer.l b/rfcomm/lexer.l
index 858e61d2..234f5215 100644
--- a/rfcomm/lexer.l
+++ b/rfcomm/lexer.l
@@ -36,6 +36,8 @@
#include "kword.h"
#include "parser.h"
+int yylex(void);
+
#define YY_NO_INPUT
#define ECHO {;}