Skip to content

Commit

Permalink
Bug 1155263 - missing <stdint.h> header in rulebrk.c r=dholbert
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Desré committed Apr 16, 2015
1 parent f6035e8 commit 42d5db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intl/lwbrk/rulebrk.c
Expand Up @@ -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'))
Expand Down

0 comments on commit 42d5db6

Please sign in to comment.