Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common need <s...



details:   https://anonhg.NetBSD.org/src/rev/c6b8586b42dd
branches:  trunk
changeset: 818052:c6b8586b42dd
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 21 23:18:42 2016 +0000

description:
need <sys/param.h>

diffstat:

 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 5e920381e828 -r c6b8586b42dd external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h
--- a/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h    Wed Sep 21 21:53:03 2016 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h    Wed Sep 21 23:18:42 2016 +0000
@@ -13,6 +13,9 @@
 #ifndef SANITIZER_PLATFORM_LIMITS_POSIX_H
 #define SANITIZER_PLATFORM_LIMITS_POSIX_H
 
+#ifdef __NetBSD__
+#include <sys/param.h>
+#endif
 #include "sanitizer_internal_defs.h"
 #include "sanitizer_platform.h"
 



Home | Main Index | Thread Index | Old Index