Fix compilation on case-insensitive FS
[convert-base91.git] / Base91.xs
index ed8709b3d50cc1d012eeee092493e087dc6fd703..ce289f242ca31bf8fc32bd09bf57db67ce7203b0 100644 (file)
--- a/Base91.xs
+++ b/Base91.xs
@@ -5,7 +5,7 @@
 
 #include "ppport.h"
 
-#include <base91.c>
+#include <base91-0.6.0/base91.c>
 
 typedef struct base91 {
        struct basE91 b91;
This page took 0.009224 seconds and 4 git commands to generate.