diff options
Diffstat (limited to 'src/multibyte')
-rw-r--r-- | src/multibyte/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multibyte/internal.h b/src/multibyte/internal.h index 7d0e7828..45bbc6d0 100644 --- a/src/multibyte/internal.h +++ b/src/multibyte/internal.h @@ -1,7 +1,7 @@ #define bittab __fsmu8 #include <stdint.h> -#include "libc.h" +#include <features.h> extern hidden const uint32_t bittab[]; |