Added include <errno.h>.

This commit is contained in:
Marcus Meissner 2003-05-06 18:25:11 +00:00 committed by Alexandre Julliard
parent 6d3ce418be
commit dac51c005a
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
# include <unistd.h>
#endif
#include <fcntl.h>
#include <errno.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif