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

@ -24,6 +24,7 @@
#include <time.h>
#include <signal.h>
#include <ctype.h>
#include <string.h>
#include <sys/types.h>
#include <fcntl.h>
#include "mach_dep.h"