diff options
Diffstat (limited to 'gen/prop/nt')
-rwxr-xr-x | gen/prop/nt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gen/prop/nt b/gen/prop/nt index 477789c..c799f7f 100755 --- a/gen/prop/nt +++ b/gen/prop/nt @@ -38,6 +38,8 @@ def genfile(cs: list[tuple[bool, ...]], blksize: int) -> None: print('''\ /* This file is autogenerated by gen/prop/nt; DO NOT EDIT. */ +#include <stdint.h> + #include "unicode/prop.h" ''') |