diff xrogue/main.c @ 135:ce0cf824c192

xrogue: add missing includes. This prevents some warnings.
author John "Elwin" Edwards
date Tue, 21 Apr 2015 10:34:01 -0400
parents e6179860cb76
children 1fbdefa82533
line wrap: on
line diff
--- a/xrogue/main.c	Tue Apr 21 10:11:02 2015 -0400
+++ b/xrogue/main.c	Tue Apr 21 10:34:01 2015 -0400
@@ -16,6 +16,8 @@
     See the file LICENSE.TXT for full copyright and licensing information.
 */
  
+#include <stdlib.h>
+#include <string.h>
 #include <curses.h>
 #include <signal.h>
 #include <time.h>