mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
b95421020d
See PR for signficant changes to math/R port including options, build defaults, and patch updates. PR: 211393 Submitted by: Joseph Mingrone (maintainer)
11 lines
223 B
C
11 lines
223 B
C
--- src/extra/tre/tre-internal.h.orig 2016-07-23 16:50:17 UTC
|
|
+++ src/extra/tre/tre-internal.h
|
|
@@ -18,6 +18,7 @@
|
|
#endif /* !HAVE_WCTYPE_H */
|
|
|
|
#include <ctype.h>
|
|
+#include <stdint.h>
|
|
#include "tre.h"
|
|
|
|
#ifdef TRE_DEBUG
|