Module Name:    src
Committed By:   joerg
Date:           Mon Jul  1 23:58:43 UTC 2013

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

Log Message:
Ensure free(3) is declared before use.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/sim/ppc/events.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/events.c
diff -u src/external/gpl3/gdb/dist/sim/ppc/events.c:1.1.1.1 src/external/gpl3/gdb/dist/sim/ppc/events.c:1.2
--- src/external/gpl3/gdb/dist/sim/ppc/events.c:1.1.1.1	Sat Sep 24 20:02:53 2011
+++ src/external/gpl3/gdb/dist/sim/ppc/events.c	Mon Jul  1 23:58:42 2013
@@ -25,6 +25,7 @@
 #include "basics.h"
 #include "events.h"
 
+#include <stdlib.h>
 #include <signal.h>
 
 #if !defined (SIM_EVENTS_POLL_RATE)

Reply via email to