diff options
Diffstat (limited to 'src/rcclocale.c')
-rw-r--r-- | src/rcclocale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcclocale.c b/src/rcclocale.c index a16d51f..d2ff610 100644 --- a/src/rcclocale.c +++ b/src/rcclocale.c @@ -2,7 +2,7 @@ #include <string.h> #include <locale.h> -#include "config.h" +#include "rccconfig.h" static int rccLocaleGetClassByName(const char *locale) { if (!strcmp(locale, "LC_CTYPE")) return LC_CTYPE; |