diff options
Diffstat (limited to 'ext/DynaLoader/dl_dllload.xs')
-rw-r--r-- | ext/DynaLoader/dl_dllload.xs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/DynaLoader/dl_dllload.xs b/ext/DynaLoader/dl_dllload.xs index 1f99b61247..aac2f7bd76 100644 --- a/ext/DynaLoader/dl_dllload.xs +++ b/ext/DynaLoader/dl_dllload.xs @@ -84,6 +84,7 @@ Other comments within the dl_dlopen.xs file may be helpful as well. */ +#define PERL_EXT #include "EXTERN.h" #include "perl.h" #include "XSUB.h" |