aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/guess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/guess.hxx')
-rw-r--r--libbuild2/cc/guess.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/cc/guess.hxx b/libbuild2/cc/guess.hxx
index 0180c97..53acc15 100644
--- a/libbuild2/cc/guess.hxx
+++ b/libbuild2/cc/guess.hxx
@@ -237,7 +237,7 @@ namespace build2
// entries, if extracted at the guess stage.
//
optional<pair<dir_paths, size_t>> sys_lib_dirs;
- optional<pair<dir_paths, size_t>> sys_inc_dirs;
+ optional<pair<dir_paths, size_t>> sys_hdr_dirs;
optional<pair<dir_paths, size_t>> sys_mod_dirs;
// Optional list of environment variables that affect the compiler and
@@ -283,7 +283,7 @@ namespace build2
//
void
guess_std_importable_headers (const compiler_info&,
- const dir_paths& sys_inc_dirs,
+ const dir_paths& sys_hdr_dirs,
importable_headers&);
}
}