From: mike Date: Mon, 29 Oct 2007 12:06:57 +0000 (+0000) Subject: Add explicit "#include " in the hope of preventing X-Git-Tag: cpan_1_22~20 X-Git-Url: http://git.indexdata.com/?p=ZOOM-Perl-moved-to-github.git;a=commitdiff_plain;h=be9b36d9673ee8feb02201f4c741778143ae6c67 Add explicit "#include " in the hope of preventing undeclared-function warnings that some users have reported but which I have been unable to reproduce. --- diff --git a/ZOOM.xs b/ZOOM.xs index 885db0e..4d80dba 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.48 2007-09-14 10:33:16 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.49 2007-10-29 12:06:57 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -7,6 +7,7 @@ #include #include #include +#include /* Used by the *_setl() functions */ typedef char opaquechar;