Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/tre/dist/lib Some systems need <stdint.h> for S...



details:   https://anonhg.NetBSD.org/src/rev/eb8b4f56f7c7
branches:  trunk
changeset: 827970:eb8b4f56f7c7
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Nov 21 02:50:35 2017 +0000

description:
Some systems need <stdint.h> for SIZE_MAX.
No functional changes on NetBSD.

diffstat:

 external/bsd/tre/dist/lib/tre-match-approx.c   |  1 +
 external/bsd/tre/dist/lib/tre-match-parallel.c |  1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 686b2eead3a4 -r eb8b4f56f7c7 external/bsd/tre/dist/lib/tre-match-approx.c
--- a/external/bsd/tre/dist/lib/tre-match-approx.c      Tue Nov 21 02:47:14 2017 +0000
+++ b/external/bsd/tre/dist/lib/tre-match-approx.c      Tue Nov 21 02:50:35 2017 +0000
@@ -30,6 +30,7 @@
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif /* HAVE_MALLOC_H */
+#include <stdint.h>
 
 #include "tre-internal.h"
 #include "tre-match-utils.h"
diff -r 686b2eead3a4 -r eb8b4f56f7c7 external/bsd/tre/dist/lib/tre-match-parallel.c
--- a/external/bsd/tre/dist/lib/tre-match-parallel.c    Tue Nov 21 02:47:14 2017 +0000
+++ b/external/bsd/tre/dist/lib/tre-match-parallel.c    Tue Nov 21 02:50:35 2017 +0000
@@ -44,6 +44,7 @@
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif /* HAVE_MALLOC_H */
+#include <stdint.h>
 
 #include "tre-internal.h"
 #include "tre-match-utils.h"



Home | Main Index | Thread Index | Old Index