diff srogue/wizard.c @ 60:3aa87373c908

srogue: include missing headers.
author elwin
date Fri, 27 Jan 2012 17:29:30 +0000
parents fdc588551178
children 458df24e973d
line wrap: on
line diff
--- a/srogue/wizard.c	Tue Jan 24 18:30:17 2012 +0000
+++ b/srogue/wizard.c	Fri Jan 27 17:29:30 2012 +0000
@@ -14,6 +14,7 @@
  * See the file LICENSE.TXT for full copyright and licensing information.
  */
 
+#include <stdlib.h>
 #include <termios.h>
 #include <ctype.h>
 #include "rogue.h"