Module Name:    src
Committed By:   riastradh
Date:           Fri Feb  5 20:39:50 UTC 2016

Modified Files:
        src/external/cddl/osnet/dist/tools/ctf/common: memory.c

Log Message:
Need nbtool_config.h for __dead in tools.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/external/cddl/osnet/dist/tools/ctf/common/memory.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/dist/tools/ctf/common/memory.c
diff -u src/external/cddl/osnet/dist/tools/ctf/common/memory.c:1.3 src/external/cddl/osnet/dist/tools/ctf/common/memory.c:1.4
--- src/external/cddl/osnet/dist/tools/ctf/common/memory.c:1.3	Thu Feb  4 17:47:43 2016
+++ src/external/cddl/osnet/dist/tools/ctf/common/memory.c	Fri Feb  5 20:39:50 2016
@@ -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>

Reply via email to