diff options
Diffstat (limited to 'src/token.cc')
-rw-r--r-- | src/token.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/token.cc b/src/token.cc index cb1a19df..576fadd1 100644 --- a/src/token.cc +++ b/src/token.cc @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "src/token.h" +#include "wabt/token.h" namespace wabt { @@ -23,7 +23,7 @@ const char* GetTokenTypeName(TokenType token_type) { #define WABT_TOKEN(name, string) string, #define WABT_TOKEN_FIRST(name, string) #define WABT_TOKEN_LAST(name, string) -#include "token.def" +#include "wabt/token.def" #undef WABT_TOKEN #undef WABT_TOKEN_FIRST #undef WABT_TOKEN_LAST |