diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/c8asm/common.h | 2 |
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)) |