diff xrogue/command.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 dd137c35c3b1
line wrap: on
line diff
--- a/xrogue/command.c	Tue Apr 21 10:11:02 2015 -0400
+++ b/xrogue/command.c	Tue Apr 21 10:34:01 2015 -0400
@@ -19,6 +19,8 @@
 #include <curses.h>
 #include <ctype.h>
 #include <signal.h>
+#include <stdlib.h>
+#include <string.h>
 #include "mach_dep.h"
 #include "rogue.h"