fix non-static dummy function that slipped in with locale implementation
[musl] / src / multibyte / internal.h
index cd1196b..82f5a07 100644 (file)
@@ -6,6 +6,7 @@
 
 #define bittab __fsmu8
 
+#include <stdint.h>
 #include "libc.h"
 
 extern const uint32_t bittab[] ATTR_LIBC_VISIBILITY;
@@ -19,4 +20,4 @@ extern const uint32_t bittab[] ATTR_LIBC_VISIBILITY;
 #define FAILSTATE R(0x80,0x80)
 
 #define SA 0xc2u
-#define SB 0xf5u
+#define SB 0xf4u