Module Name:    src
Committed By:   joerg
Date:           Fri Jan 16 10:08:37 UTC 2015

Modified Files:
        src/external/gpl3/gdb/dist/sim/ppc: hw_memory.c

Log Message:
Uses free


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/gpl3/gdb/dist/sim/ppc/hw_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/gpl3/gdb/dist/sim/ppc/hw_memory.c
diff -u src/external/gpl3/gdb/dist/sim/ppc/hw_memory.c:1.1.1.2 src/external/gpl3/gdb/dist/sim/ppc/hw_memory.c:1.2
--- src/external/gpl3/gdb/dist/sim/ppc/hw_memory.c:1.1.1.2	Thu Oct  3 15:46:31 2013
+++ src/external/gpl3/gdb/dist/sim/ppc/hw_memory.c	Fri Jan 16 10:08:37 2015
@@ -27,6 +27,8 @@
 
 #include "device_table.h"
 
+#include <stdlib.h>
+
 /* DEVICE
 
 

Reply via email to