Skip to content
Snippets Groups Projects
Commit f29cccef authored by rswindell's avatar rswindell
Browse files

Need stdlib.h for size_t definition.

parent e8b67098
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
#define UTF8_H_
#include <stdint.h>
#include <stdlib.h>
#define UTF8_MAX_LEN 6 // Longest possible UTF-8 sequence
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment