diff --git a/src/link/script.y b/src/link/script.y index e9cde6b8..8e442ac2 100644 --- a/src/link/script.y +++ b/src/link/script.y @@ -16,7 +16,7 @@ #include "link/layout.hpp" #include "link/warning.hpp" - yy::parser::symbol_type yylex(); // Provided by layout.cpp + yy::parser::symbol_type yylex(); // Provided by lexer.cpp } /******************** Tokens and data types ********************/