| commit | 3d65fa3488ec9c0e5791a41fe95e591cf9189408 | [log] [tgz] | 
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Mon Dec 09 18:49:14 1996 +0000 | 
| committer | Guido van Rossum <guido@python.org> | Mon Dec 09 18:49:14 1996 +0000 | 
| tree | 88671d942268eab67f11e187f2c35bb6a813ce2b | |
| parent | cd165cc092f04f9c0a16c9e1fbc92fb7483f0f3b [diff] [blame] | 
Include <sys/ioctl.h>, to keep gcc -Wall happy.
diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index d08123a..842e436 100644 --- a/Modules/fcntlmodule.c +++ b/Modules/fcntlmodule.c
@@ -42,6 +42,7 @@ #include <sys/file.h> #endif +#include <sys/ioctl.h> #include <fcntl.h>