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

@ -12,6 +12,7 @@
* See the file LICENSE.TXT for full copyright and licensing information.
*/
#include <string.h>
#include "curses.h"
#include "rogue.h"