From 95288862bb499796e8d4dedc56e0913408316487 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 20 Dec 1999 22:55:03 +0000 Subject: For Windows, need to add #include . --- Python/importdl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/importdl.h b/Python/importdl.h index 5c729a8..0556313 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 -- cgit v0.12