diff options
Diffstat (limited to 'src/binary.h')
-rw-r--r-- | src/binary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary.h b/src/binary.h index d784fff1..cab44d33 100644 --- a/src/binary.h +++ b/src/binary.h @@ -17,7 +17,7 @@ #ifndef WABT_BINARY_H_ #define WABT_BINARY_H_ -#include "common.h" +#include "src/common.h" #define WABT_BINARY_MAGIC 0x6d736100 #define WABT_BINARY_VERSION 1 |