From d8d81a778649881972a9afa671e46e4741f8818c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 16 Feb 2011 16:25:39 +1100 Subject: [PATCH] lib/util/charset use a path to dynconfig.h that works in s3 and s4 --- lib/util/charset/codepoints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/charset/codepoints.c b/lib/util/charset/codepoints.c index b1451d4a9ec..5e029356945 100644 --- a/lib/util/charset/codepoints.c +++ b/lib/util/charset/codepoints.c @@ -20,7 +20,7 @@ #include "includes.h" #include "system/locale.h" -#include "dynconfig/dynconfig.h" +#include "dynconfig.h" /** * @file -- 2.11.4.GIT