summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bthidd/lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/bthidd/lexer.l')
-rw-r--r--usr.sbin/bluetooth/bthidd/lexer.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/bthidd/lexer.l b/usr.sbin/bluetooth/bthidd/lexer.l
index 54821da..b9f62a1 100644
--- a/usr.sbin/bluetooth/bthidd/lexer.l
+++ b/usr.sbin/bluetooth/bthidd/lexer.l
@@ -37,6 +37,8 @@
#include "parser.h"
int yylex (void);
+
+#define YY_DECL int yylex(void)
%}
%option yylineno noyywrap nounput noinput
OpenPOWER on IntegriCloud