From: Guido van Rossum Date: Mon, 20 Dec 1999 22:55:03 +0000 (+0000) Subject: For Windows, need to add #include . X-Git-Tag: v1.6a1~598 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95288862bb499796e8d4dedc56e0913408316487;p=thirdparty%2FPython%2Fcpython.git For Windows, need to add #include . --- diff --git a/Python/importdl.h b/Python/importdl.h index 5c729a87139b..0556313c798d 100644 --- a/Python/importdl.h +++ b/Python/importdl.h @@ -64,6 +64,7 @@ extern PyObject *_PyImport_LoadDynamicModule #define MAXSUFFIXSIZE 12 #ifdef MS_WINDOWS +#include typedef FARPROC dl_funcptr; #else #ifdef PYOS_OS2