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/5a9066894c4f
branches:  trunk
changeset: 347910:5a9066894c4f
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 25c19e843991 -r 5a9066894c4f 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