aboutsummaryrefslogtreecommitdiffhomepage
path: root/preprocess.c
diff options
context:
space:
mode:
Diffstat (limited to 'preprocess.c')
-rw-r--r--preprocess.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/preprocess.c b/preprocess.c
index db9ad13..9f98e40 100644
--- a/preprocess.c
+++ b/preprocess.c
@@ -824,6 +824,7 @@ char* get_ducc_include_path() {
PpToken* do_preprocess(InFile* src, int depth, PpMacros* pp_macros) {
Preprocessor* pp = preprocessor_new(src, depth, pp_macros);
add_include_path(pp, get_ducc_include_path());
+ add_include_path(pp, "/usr/include/x86_64-linux-gnu");
add_include_path(pp, "/usr/include");
pp_tokenize_all(pp);
process_pp_directives(pp);