summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index fab8b67c..8de7f7d2 100644
--- a/src/common.h
+++ b/src/common.h
@@ -31,8 +31,9 @@
#include <vector>
#include "config.h"
-#include "result.h"
-#include "string-view.h"
+
+#include "src/result.h"
+#include "src/string-view.h"
#define WABT_FATAL(...) fprintf(stderr, __VA_ARGS__), exit(1)
#define WABT_ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))