From 8b2edd7ca49a0c6cc2ec7f8554531e32a676bf20 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 11 Jul 2012 12:16:45 +0200 Subject: [PATCH] Mad new hfsplus_case.c usable for GNU xorriso --- libisofs/hfsplus_case.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libisofs/hfsplus_case.c b/libisofs/hfsplus_case.c index 0a07612..b09c76e 100644 --- a/libisofs/hfsplus_case.c +++ b/libisofs/hfsplus_case.c @@ -12,6 +12,10 @@ * equivalence class under the relation of HFS+ case-insensitivity. */ +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif + #include "libisofs.h"