summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Duerstock <jason.duerstock@gmail.com>2018-01-24 07:20:16 +0900
committerJason Duerstock <jason.duerstock@gmail.com>2018-01-24 07:20:16 +0900
commit470f4454769ab742c7f8f167d616adfc557a50af (patch)
tree9596b6fabbfeb4830305ca95102fb1c95f62edef
parent36339aff647f402ea6bcbbf51a67f06bb2e4a2f0 (diff)
downloadnspr-hg-470f4454769ab742c7f8f167d616adfc557a50af.tar.gz
Bug 1432638 - Add missing include for SIZE_MAX. r=glandium
-rw-r--r--pr/tests/prfz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pr/tests/prfz.c b/pr/tests/prfz.c
index 0c5a4324..7179dbec 100644
--- a/pr/tests/prfz.c
+++ b/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)