From 00b3c309ef971e0c07d63165379aa0f4789e27a5 Mon Sep 17 00:00:00 2001 From: flameeyes Date: Fri, 16 Nov 2007 21:31:53 +0000 Subject: [PATCH] Include config.h before checking for HAVE_JOLIET or it will never build the function. --- lib/driver/utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/driver/utf8.c b/lib/driver/utf8.c index 9203d3f3..a856f130 100644 --- a/lib/driver/utf8.c +++ b/lib/driver/utf8.c @@ -18,11 +18,11 @@ */ /* UTF-8 support */ -#ifdef HAVE_JOLIET #ifdef HAVE_CONFIG_H # include "config.h" #endif +#ifdef HAVE_JOLIET #ifdef HAVE_STRING_H # include #endif