summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index e395fbeae..29bd1be55 100644
--- a/src/system.h
+++ b/src/system.h
@@ -55,7 +55,9 @@ you must include <sys/types.h> before including this file
#include <limits.h>
#include "pathmax.h"
-#include "localedir.h"
+
+#include "configmake.h"
+#define LOCALEDIR CONFIGMAKE_LOCALEDIR
#if TIME_WITH_SYS_TIME
# include <sys/time.h>