diff jcart.c @ 1688:395f684c5379

Fixed the most glaring issues in libretro build
author Mike Pavone <pavone@retrodev.com>
date Sun, 20 Jan 2019 16:24:22 -0800
parents 28ec17387be5
children
line wrap: on
line diff
--- a/jcart.c	Sun Jan 20 01:03:21 2019 -0800
+++ b/jcart.c	Sun Jan 20 16:24:22 2019 -0800
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include "genesis.h"
 
 static io_port *get_ports(m68k_context *m68k)