diff render_sdl.c @ 745:daa31ee7d8cd

Get windows build compiling again post-merge
author Michael Pavone <pavone@retrodev.com>
date Thu, 28 May 2015 22:31:21 -0700
parents fc68992cf18d
children 9d4d40f833d0
line wrap: on
line diff
--- a/render_sdl.c	Thu May 28 21:19:55 2015 -0700
+++ b/render_sdl.c	Thu May 28 22:31:21 2015 -0700
@@ -5,6 +5,7 @@
 */
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <math.h>
 #include "render.h"
 #include "blastem.h"