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

@ -23,6 +23,7 @@
#include <curses.h>
#include <ctype.h>
#include <string.h>
#include "rogue.h"
#define NUM_OPTS (sizeof optlist / sizeof (OPTION))