From: Guido van Rossum Date: Mon, 9 Dec 1996 18:49:14 +0000 (+0000) Subject: Include , to keep gcc -Wall happy. X-Git-Tag: v1.5a1~853 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d65fa3488ec9c0e5791a41fe95e591cf9189408;p=thirdparty%2FPython%2Fcpython.git Include , to keep gcc -Wall happy. --- diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index d08123a22ad7..842e4369d6dc 100644 --- a/Modules/fcntlmodule.c +++ b/Modules/fcntlmodule.c @@ -42,6 +42,7 @@ PERFORMANCE OF THIS SOFTWARE. #include #endif +#include #include