summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale/lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mklocale/lex.l')
-rw-r--r--usr.bin/mklocale/lex.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l
index d931df7..08fa54a 100644
--- a/usr.bin/mklocale/lex.l
+++ b/usr.bin/mklocale/lex.l
@@ -47,6 +47,8 @@ __FBSDID("$FreeBSD$");
#include "ldef.h"
#include "y.tab.h"
#include "extern.h"
+
+#define YY_DECL int yylex(void)
%}
ODIGIT [0-7]
OpenPOWER on IntegriCloud