diff render_sdl.c @ 1949:5a76a7373823

Get WIP net play code compiling on Windows and cleanup some unistd.h includes
author Michael Pavone <pavone@retrodev.com>
date Thu, 30 Apr 2020 23:15:50 -0700
parents 16a795cababd
children 42c12d141f6e
line wrap: on
line diff
--- a/render_sdl.c	Wed Apr 29 23:53:39 2020 -0700
+++ b/render_sdl.c	Thu Apr 30 23:15:50 2020 -0700
@@ -1136,7 +1136,6 @@
 
 	atexit(render_quit);
 }
-#include<unistd.h>
 static int in_toggle;
 
 void render_config_updated(void)