expression.h needs lib.h for struct position and symbol.h for int_ctype
commitc8d633e1b79b6f87284335c76a1c1418d9b48fad
authorJosh Triplett <josh@freedesktop.org>
Sat, 14 Jul 2007 19:57:03 +0000 (14 12:57 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sat, 14 Jul 2007 19:57:03 +0000 (14 12:57 -0700)
tree48ef953183b035a6d36c2c37f7c6d65c32649775
parentfa8fd13f0b27306a4c210b9092cb40324e8399e3
expression.h needs lib.h for struct position and symbol.h for int_ctype

expression.h didn't work if included alone, before any other headers; fix that
by having it include the headers it needs.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
expression.h