diff options
Diffstat (limited to 'Perl/Zinc.xs')
-rw-r--r-- | Perl/Zinc.xs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Perl/Zinc.xs b/Perl/Zinc.xs index 6a551ad..26cd0c7 100644 --- a/Perl/Zinc.xs +++ b/Perl/Zinc.xs @@ -12,6 +12,9 @@ #include <pTk/tkPort.h> #include <pTk/tkInt.h> +#ifdef _WIN32 +#include <pTk/tkWinInt.h> +#endif #include <pTk/tkImgPhoto.h> #include <pTk/tkVMacro.h> #include <tkGlue.h> |