arogue7: add missing header includes.

This commit is contained in:
John "Elwin" Edwards 2015-05-08 16:45:41 -04:00
parent cf121ade21
commit 3095366864
24 changed files with 28 additions and 2 deletions

View file

@ -17,6 +17,7 @@
*
*/
#include <stdlib.h>
#include "curses.h"
#include "rogue.h"