aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlib/lex.h')
-rw-r--r--src/vlib/lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/lex.h b/src/vlib/lex.h
index 4ae58f468c1..18289eef5ca 100644
--- a/src/vlib/lex.h
+++ b/src/vlib/lex.h
@@ -114,7 +114,7 @@ typedef struct
u8 *token_buffer;
} vlib_lex_main_t;
-vlib_lex_main_t vlib_lex_main;
+extern vlib_lex_main_t vlib_lex_main;
always_inline void
vlib_lex_cleanup_token (vlib_lex_token_t * t)