diff options
author | Neil <nyamatongwe@gmail.com> | 2016-10-27 15:07:21 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-10-27 15:07:21 +1100 |
commit | ecd8f966b7c5d33ec3403ed061cb996300ce9169 (patch) | |
tree | ccc687c507e4c104367d223f3f62b8658f19b5af /scripts | |
parent | 4af5d6a2311a8682a36da2a73d9105dd3666385a (diff) | |
download | scintilla-mirror-ecd8f966b7c5d33ec3403ed061cb996300ce9169.tar.gz |
Add stdint.h to header ordering in case used in future.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/HeaderOrder.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index fdbb3a157..f8038d11e 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -5,6 +5,7 @@ // C standard library #include <stddef.h> #include <stdlib.h> +#include <stdint.h> #include <string.h> #include <stdio.h> #include <stdarg.h> |