diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-10-01 16:49:25 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-10-01 16:49:25 +0000 |
commit | 12a27ab6fcabdc60f760ab4851f115f517855737 (patch) | |
tree | 15698b39aa1611adfc010239385d3dbad24e7e65 /src/build.h | |
parent | 450c9d8af9ad812f735839d024c77777f5ef7465 (diff) | |
download | build-12a27ab6fcabdc60f760ab4851f115f517855737.tar.gz build-12a27ab6fcabdc60f760ab4851f115f517855737.tar.bz2 build-12a27ab6fcabdc60f760ab4851f115f517855737.tar.xz build-12a27ab6fcabdc60f760ab4851f115f517855737.zip |
Build compiles against the new changes to libbu++ now. Also got rid of those
stupid const char */char * warnings.
**There is no functional change in this version, you do not need to update.**
Diffstat (limited to '')
-rw-r--r-- | src/build.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.h b/src/build.h index c436ae1..1ffb547 100644 --- a/src/build.h +++ b/src/build.h | |||
@@ -6,7 +6,7 @@ | |||
6 | #include <map> | 6 | #include <map> |
7 | #include <string> | 7 | #include <string> |
8 | 8 | ||
9 | #include "bu/exceptions.h" | 9 | #include "bu/exceptionbase.h" |
10 | #include "rule.h" | 10 | #include "rule.h" |
11 | #include "target.h" | 11 | #include "target.h" |
12 | #include "action.h" | 12 | #include "action.h" |