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

@ -16,6 +16,7 @@
* This file contains misc functions for dealing with armor
*/
#include <stdlib.h>
#include "curses.h"
#include "rogue.h"