diff arogue7/potions.c @ 126:b786053d2f37

arogue7: add missing header includes.
author John "Elwin" Edwards
date Fri, 08 May 2015 16:45:41 -0400
parents adfa37e67084
children 0d9ebab59a66
line wrap: on
line diff
--- a/arogue7/potions.c	Fri May 08 15:24:40 2015 -0400
+++ b/arogue7/potions.c	Fri May 08 16:45:41 2015 -0400
@@ -16,6 +16,7 @@
  * Function(s) for dealing with potions
  */
 
+#include <stdlib.h>
 #include "curses.h"
 #include "rogue.h"