From: Marius Gavrilescu Date: Sat, 30 Dec 2017 17:30:23 +0000 (+0200) Subject: Fix compilation on case-insensitive FS X-Git-Tag: 0.001002~2 X-Git-Url: http://git.ieval.ro/?p=convert-base91.git;a=commitdiff_plain;h=30d6e88f79d9f3162b155d4a4adcd98379504354 Fix compilation on case-insensitive FS --- diff --git a/Base91.xs b/Base91.xs index ed8709b..ce289f2 100644 --- a/Base91.xs +++ b/Base91.xs @@ -5,7 +5,7 @@ #include "ppport.h" -#include +#include typedef struct base91 { struct basE91 b91; diff --git a/Makefile.PL b/Makefile.PL index 10de2b0..fb9c2cf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ WriteMakefile( LICENSE => 'perl', SIGN => 1, PREREQ_PM => {}, - INC => '-I. -Ibase91-0.6.0', + INC => '-I.', META_ADD => { dynamic_config => 1, resources => {