aboutsummaryrefslogtreecommitdiff
path: root/src/c8asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/c8asm')
-rw-r--r--src/c8asm/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c8asm/common.h b/src/c8asm/common.h
index 4f905b3..36a7036 100644
--- a/src/c8asm/common.h
+++ b/src/c8asm/common.h
@@ -1,7 +1,7 @@
#ifndef AHOY_C8ASM_COMMON_H
#define AHOY_C8ASM_COMMON_H
-#include <mbstring.h>
+#include <rune.h>
#define MIN(x, y) ((x) < (y) ? (x) : (y))
#define MAX(x, y) ((x) > (y) ? (x) : (y))