summaryrefslogtreecommitdiff
path: root/src/opcode-code-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcode-code-table.h')
-rw-r--r--src/opcode-code-table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcode-code-table.h b/src/opcode-code-table.h
index b223e161..3adb478d 100644
--- a/src/opcode-code-table.h
+++ b/src/opcode-code-table.h
@@ -17,8 +17,8 @@
#ifndef WABT_OPCODE_CODE_TABLE_H_
#define WABT_OPCODE_CODE_TABLE_H_
-#include <stdlib.h>
#include <stdint.h>
+#include <stdlib.h>
#ifdef __cplusplus
extern "C" {