diff xrogue/save.c @ 205:6e6fb0955095

XRogue: fix some header includes.
author John "Elwin" Edwards
date Thu, 13 Aug 2015 14:57:26 -0400
parents 443c8bd3e290
children a3d90e31a001
line wrap: on
line diff
--- a/xrogue/save.c	Thu Aug 13 07:47:01 2015 -0400
+++ b/xrogue/save.c	Thu Aug 13 14:57:26 2015 -0400
@@ -19,6 +19,7 @@
 #include <curses.h>
 #include <ctype.h>
 #include <string.h>
+#include <stdlib.h>
 #include <sys/types.h>
 #include <signal.h>
 #include <fcntl.h>