Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/dist/tools/ctf/common Need nbtool_config...



details:   https://anonhg.NetBSD.org/src/rev/bc6ff734d153
branches:  trunk
changeset: 343465:bc6ff734d153
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Feb 05 20:39:50 2016 +0000

description:
Need nbtool_config.h for __dead in tools.

diffstat:

 external/cddl/osnet/dist/tools/ctf/common/memory.c |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 023451701259 -r bc6ff734d153 external/cddl/osnet/dist/tools/ctf/common/memory.c
--- a/external/cddl/osnet/dist/tools/ctf/common/memory.c        Fri Feb 05 19:56:00 2016 +0000
+++ b/external/cddl/osnet/dist/tools/ctf/common/memory.c        Fri Feb 05 20:39:50 2016 +0000
@@ -30,6 +30,10 @@
  * Routines for memory management
  */
 
+#if HAVE_NBTOOL_CONFIG_H
+# include "nbtool_config.h"
+#endif
+
 #include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>



Home | Main Index | Thread Index | Old Index