X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Cleanup.xs;h=e88916c2c52be88447a381a336270125ec0e5668;hb=80bbdd645dcd29e89423be24aa15d85a28be59f2;hp=c4f802b6a3acdac0f6c6afd1974a8abc42b4ae23;hpb=c5684860390aa8af4773249abdb11757d8246dc3;p=perl%2Fmodules%2FThread-Cleanup.git diff --git a/Cleanup.xs b/Cleanup.xs index c4f802b..e88916c 100644 --- a/Cleanup.xs +++ b/Cleanup.xs @@ -1,9 +1,9 @@ /* This file is part of the Thread::Cleanup Perl module. * See http://search.cpan.org/dist/Thread-Cleanup/ */ - + #define PERL_NO_GET_CONTEXT #include "EXTERN.h" -#include "perl.h" +#include "perl.h" #include "XSUB.h" #define __PACKAGE__ "Thread::Cleanup"