Fixed compilation on Linux (missing <sys/stat.h>)

This commit is contained in:
Pierre Pronchery 2010-04-24 15:33:59 +00:00
parent 745fc2f516
commit 3cbf5a2ac7

View File

@ -15,6 +15,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <termios.h>