diff options
author | 2007-01-27 01:11:22 -0800 | |
---|---|---|
committer | 2007-01-27 01:11:22 -0800 | |
commit | b775e61481c6c5dcc44088116a42c3f1b2a415c7 (patch) | |
tree | 2607f7bb9c4e1ba4c039eac9bc3f67079d6af285 /linearize.h | |
parent | Coding style fix: in a pointer type, * goes with the name, not the type. (diff) | |
download | sparse-b775e61481c6c5dcc44088116a42c3f1b2a415c7.tar.gz sparse-b775e61481c6c5dcc44088116a42c3f1b2a415c7.tar.bz2 sparse-b775e61481c6c5dcc44088116a42c3f1b2a415c7.zip |
Add missing #include "allocate.h" in linearize.h for DECLARE_ALLOCATOR.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'linearize.h')
-rw-r--r-- | linearize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linearize.h b/linearize.h index 3ff993f..673d13e 100644 --- a/linearize.h +++ b/linearize.h @@ -2,6 +2,7 @@ #define LINEARIZE_H #include "lib.h" +#include "allocate.h" #include "token.h" #include "parse.h" #include "symbol.h" |