From 1aa9ff3595623f1ce8e3157b9bf7f347161c5531 Mon Sep 17 00:00:00 2001 From: riccardom Date: Sun, 13 Nov 2011 13:45:52 +0000 Subject: [PATCH] cheatSystem: free() needs stdlib.h --- desmume/src/cheatSystem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/desmume/src/cheatSystem.h b/desmume/src/cheatSystem.h index 4b5e641f0..fdfda2952 100644 --- a/desmume/src/cheatSystem.h +++ b/desmume/src/cheatSystem.h @@ -17,6 +17,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include "common.h" #include