diff options
author | Vicent Marti <tanoku@gmail.com> | 2014-09-02 13:18:04 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2014-09-09 03:39:15 +0200 |
commit | 582674e662d1f8757350c51486a5e0a837195e15 (patch) | |
tree | 1d56c46f850d441492500dc2c3983e469c1b3581 /src/utf8.c | |
parent | e216094e2192c05ddbd0988458eb8c0012e7baf8 (diff) |
ffffix
Diffstat (limited to 'src/utf8.c')
-rw-r--r-- | src/utf8.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ #include <stdlib.h> -#include "bstrlib.h" -#include "debug.h" +#include <stdint.h> +#include <unistd.h> + +#include "stmd.h" static const int8_t utf8proc_utf8class[256] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |