Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/dist/sim/ppc Uses free



details:   https://anonhg.NetBSD.org/src/rev/c9ff71a3d031
branches:  trunk
changeset: 335583:c9ff71a3d031
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Jan 16 10:08:37 2015 +0000

description:
Uses free

diffstat:

 external/gpl3/gdb/dist/sim/ppc/hw_memory.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 9461cdb6b50a -r c9ff71a3d031 external/gpl3/gdb/dist/sim/ppc/hw_memory.c
--- a/external/gpl3/gdb/dist/sim/ppc/hw_memory.c        Fri Jan 16 09:57:11 2015 +0000
+++ b/external/gpl3/gdb/dist/sim/ppc/hw_memory.c        Fri Jan 16 10:08:37 2015 +0000
@@ -27,6 +27,8 @@
 
 #include "device_table.h"
 
+#include <stdlib.h>
+
 /* DEVICE
 
 



Home | Main Index | Thread Index | Old Index