Include <sys/ioctl.h>, to keep gcc -Wall happy.

This commit is contained in:
Guido van Rossum 1996-12-09 18:49:14 +00:00
parent cd165cc092
commit 3d65fa3488
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include <sys/file.h>
#endif
#include <sys/ioctl.h>
#include <fcntl.h>