Source-Changes-HG archive

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

[src/trunk]: src/lib/libexecinfo PR/46571: Yui NARUSE: execinfo.h should incl...



details:   https://anonhg.NetBSD.org/src/rev/908f142220bb
branches:  trunk
changeset: 779671:908f142220bb
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 09 21:22:17 2012 +0000

description:
PR/46571: Yui NARUSE: execinfo.h should include stddef.h

diffstat:

 lib/libexecinfo/execinfo.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3f743bc68611 -r 908f142220bb lib/libexecinfo/execinfo.h
--- a/lib/libexecinfo/execinfo.h        Sat Jun 09 19:23:14 2012 +0000
+++ b/lib/libexecinfo/execinfo.h        Sat Jun 09 21:22:17 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: execinfo.h,v 1.1 2012/05/26 22:02:29 christos Exp $    */
+/*     $NetBSD: execinfo.h,v 1.2 2012/06/09 21:22:17 christos Exp $    */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -31,6 +31,8 @@
 #ifndef _EXECINFO_H_
 #define _EXECINFO_H_
 
+#include <stddef.h>
+
 __BEGIN_DECLS
 size_t backtrace(void **, size_t);
 char **backtrace_symbols(void *const *, size_t);



Home | Main Index | Thread Index | Old Index