XRogue: fix some header includes.

This commit is contained in:
John "Elwin" Edwards 2015-08-13 14:57:26 -04:00
parent 50961af028
commit 7d750a4410
2 changed files with 4 additions and 1 deletions

View file

@ -19,6 +19,7 @@
#include <curses.h>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <signal.h>
#include <fcntl.h>