X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=1d52d0c0cdd4c0c0bd17a1ca39413cdd7ae56461;hb=dcb4812c733545a68ef39b77c2dc4f7d440de203;hp=3c7f5b58fdc4a3ca7c43d44abd4ece68b9f23505;hpb=9731c6ca89275fa6ca122bfe3be4600e5836a905;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index 3c7f5b5..1d52d0c 100644 --- a/dosish.h +++ b/dosish.h @@ -122,11 +122,14 @@ # define HAS_UTIME # define HAS_KILL # define HAS_WAIT +# define HAS_CHOWN /* * This provides a layer of functions and macros to ensure extensions will * get to use the same RTL functions as the core. */ # ifndef HASATTRIBUTE -# include +# ifndef PERL_OBJECT +# include +# endif # endif #endif /* WIN32 */