Bug 1155263 - missing <stdint.h> header in rulebrk.c r=dholbert

This commit is contained in:
Fabrice Desré 2015-04-16 10:25:33 -07:00
Родитель f6035e833a
Коммит 42d5db6e98
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,7 @@
#define TH_UNICODE
#include <stdlib.h>
#include <stdint.h>
#include <assert.h>
#include "th_char.h"
#define th_isalpha(c) (((c)>='a'&&(c)<='z')||((c)>='A'&&(c)<='Z'))