[fix] Adding stdint.h include to most of the header files for portability

This commit is contained in:
Al
2015-08-07 02:43:27 -04:00
parent 0738a57caa
commit 359a1efb03
20 changed files with 24 additions and 4 deletions

View File

@@ -2,6 +2,8 @@
#define UNICODE_SCRIPTS_H
#include <stdlib.h>
#include <stdint.h>
#include "constants.h"
#include "utf8proc/utf8proc.h"
#include "unicode_script_types.h"