summaryrefslogtreecommitdiff
path: root/Python/importdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/importdl.h')
-rw-r--r--Python/importdl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/importdl.h b/Python/importdl.h
index 8e04f286e0..5a2d45c462 100644
--- a/Python/importdl.h
+++ b/Python/importdl.h
@@ -16,7 +16,8 @@ enum filetype {
PKG_DIRECTORY,
C_BUILTIN,
PY_FROZEN,
- PY_CODERESOURCE /* Mac only */
+ PY_CODERESOURCE, /* Mac only */
+ IMP_HOOK
};
struct filedescr {