diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-09 15:09:22 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-06-11 16:42:09 +0300 |
commit | 75323087aea91719bbb4f766bc6298d0618f0163 (patch) | |
tree | 3f72a9a552289f158def1a871c19d40ce2bf4d31 /nsprpub/pr/tests/prfz.c | |
parent | b1d82a62259c6888ea6f3f71f3e0973ea4b4e85e (diff) | |
download | UXP-75323087aea91719bbb4f766bc6298d0618f0163.tar UXP-75323087aea91719bbb4f766bc6298d0618f0163.tar.gz UXP-75323087aea91719bbb4f766bc6298d0618f0163.tar.lz UXP-75323087aea91719bbb4f766bc6298d0618f0163.tar.xz UXP-75323087aea91719bbb4f766bc6298d0618f0163.zip |
Update NSPR to 4.19
Diffstat (limited to 'nsprpub/pr/tests/prfz.c')
-rw-r--r-- | nsprpub/pr/tests/prfz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nsprpub/pr/tests/prfz.c b/nsprpub/pr/tests/prfz.c index 0c5a4324f..7179dbecd 100644 --- a/nsprpub/pr/tests/prfz.c +++ b/nsprpub/pr/tests/prfz.c @@ -10,6 +10,7 @@ #include <sys/types.h> #include <limits.h> #include <string.h> +#include <stdint.h> int main(int argc, char **argv) |