comparison genesis.c @ 1188:448ce87b87fc

Fix missing include that prevented building Windows version
author Michael Pavone <pavone@retrodev.com>
date Sun, 22 Jan 2017 17:12:17 -0800
parents b1147418254a
children d7be5b6e0a8d
comparison
equal deleted inserted replaced
1187:6a4503fad67e 1188:448ce87b87fc
4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text. 4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
5 */ 5 */
6 #include "genesis.h" 6 #include "genesis.h"
7 #include "blastem.h" 7 #include "blastem.h"
8 #include <stdlib.h> 8 #include <stdlib.h>
9 #include <ctype.h>
9 #include "render.h" 10 #include "render.h"
10 #include "gst.h" 11 #include "gst.h"
11 #include "util.h" 12 #include "util.h"
12 #include "debug.h" 13 #include "debug.h"
13 #include "gdb_remote.h" 14 #include "gdb_remote.h"