diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-16 16:25:39 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-18 15:09:47 +1100 |
commit | d8d81a778649881972a9afa671e46e4741f8818c (patch) | |
tree | 2a32d63e83d2a0271ea0cbd893be10dd23fe9b1b /lib | |
parent | 0581a5bb3cae6b00b2b78b57b86c3ac350759114 (diff) | |
download | samba-d8d81a778649881972a9afa671e46e4741f8818c.tar.gz samba-d8d81a778649881972a9afa671e46e4741f8818c.tar.xz samba-d8d81a778649881972a9afa671e46e4741f8818c.zip |
lib/util/charset use a path to dynconfig.h that works in s3 and s4
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/charset/codepoints.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |