aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c
index 3ba0e5a..79201d1 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1574,8 +1574,9 @@ config_init()
int i;
struct servent *serv;
- grecs_include_path_setup(DEFAULT_VERSION_INCLUDE_DIR,
- DEFAULT_INCLUDE_DIR, NULL);
+ grecs_include_path_setup(DEFAULT_INCLUDE_DIR,
+ DEFAULT_VERSION_INCLUDE_DIR,
+ NULL);
grecs_preprocessor = DEFAULT_PREPROCESSOR;
grecs_log_to_stderr = 1;
grecs_parser_options = GRECS_OPTION_QUOTED_STRING_CONCAT;

Return to:

Send suggestions and report system problems to the System administrator.