diff xrogue/potions.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 f54901b9c39b
line wrap: on
line diff
--- a/xrogue/potions.c	Tue Apr 21 10:11:02 2015 -0400
+++ b/xrogue/potions.c	Tue Apr 21 10:34:01 2015 -0400
@@ -16,6 +16,7 @@
     See the file LICENSE.TXT for full copyright and licensing information.
 */
 
+#include <stdlib.h>
 #include <curses.h>
 #include "rogue.h"