Include a header to permit building on Linux

This commit is contained in:
ridiculousfish 2014-04-27 23:52:09 -07:00
parent 753c42a3d5
commit c3425bc55f

View file

@ -29,6 +29,7 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/file.h>
#include <map>
#ifdef HAVE_SYS_SELECT_H