From 30d6e88f79d9f3162b155d4a4adcd98379504354 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 30 Dec 2017 19:30:23 +0200 Subject: [PATCH] Fix compilation on case-insensitive FS --- Base91.xs | 2 +- Makefile.PL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 => { -- 2.30.2