diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-22 11:46:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-22 11:46:34 +0200 |
commit | 55834699a59cd8caf39f64df5cb4565ae95b9441 (patch) | |
tree | ad8fff02f7509fba859882a676167557bd5cbbea /libbuild2 | |
parent | f352dbb8308ddeab5fa47a5d18883f854192ec53 (diff) |
Fix bug in previous commit
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/cc/common.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx index b47f225..0b04990 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -382,6 +382,6 @@ namespace build2 } } -#include <libbuild2/cc/common.hxx> +#include <libbuild2/cc/common.txx> #endif // LIBBUILD2_CC_COMMON_HXX |