openbsd-ports/devel/nspr/patches/patch-nspr_pr_tests_prfz_c
landry 633c744f4e Update to nspr 4.20.
Add patch from #1487579 to fix test build.
2018-09-06 18:35:27 +00:00

13 lines
305 B
Plaintext

$OpenBSD: patch-nspr_pr_tests_prfz_c,v 1.2 2018/09/06 18:35:27 landry Exp $
Index: nspr/pr/tests/prfz.c
--- nspr/pr/tests/prfz.c.orig
+++ nspr/pr/tests/prfz.c
@@ -9,6 +9,7 @@
#include "prprf.h"
#include <sys/types.h>
#include <limits.h>
+#include <stdint.h>
#include <string.h>
#include <stdint.h>