diff arogue7/rings.c @ 126:b786053d2f37

arogue7: add missing header includes.
author John "Elwin" Edwards
date Fri, 08 May 2015 16:45:41 -0400
parents adfa37e67084
children cadff8f047a1
line wrap: on
line diff
--- a/arogue7/rings.c	Fri May 08 15:24:40 2015 -0400
+++ b/arogue7/rings.c	Fri May 08 16:45:41 2015 -0400
@@ -11,6 +11,7 @@
  * See the file LICENSE.TXT for full copyright and licensing information.
  */
 
+#include <stdlib.h>
 #include "curses.h"
 #include "rogue.h"