summaryrefslogtreecommitdiffstats
path: root/Python/importdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/importdl.h')
-rw-r--r--Python/importdl.h1
1 files changed, 1 insertions, 0 deletions
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 <windows.h>
typedef FARPROC dl_funcptr;
#else
#ifdef PYOS_OS2