xrogue: add missing includes.

This prevents some warnings.
This commit is contained in:
John "Elwin" Edwards 2015-04-21 10:34:01 -04:00
parent 02cec53f85
commit dec970210b
24 changed files with 28 additions and 0 deletions

View file

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