Added include <errno.h>.
This commit is contained in:
parent
6d3ce418be
commit
dac51c005a
|
@ -34,6 +34,7 @@
|
|||
# include <unistd.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue