Add #includes required for Linux.

This commit is contained in:
Jared Boone
2012-11-01 22:48:45 -07:00
parent 526a8e9e7a
commit 413b34eb86

View File

@ -27,6 +27,8 @@
#include <string.h>
#include <getopt.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>