diff options
author | Chris Ball <cjb@laptop.org> | 2009-02-24 22:26:39 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-02-24 22:27:46 -0500 |
commit | 7ce365dafcbeb549fa083b8115475d5b7b01a704 (patch) | |
tree | 9721adba111d25833c7b4f7c53b48c9a3b6e7687 | |
parent | 2c293240f8003b3a52121161d0b0464100fd990d (diff) |
Build fix: Include config.h earlier
geode.h includes exa.h, without anything having included config.h
(which sets the EXA major version) beforehand; add config.h to geode.h.
Signed-off-by: Chris Ball <cjb@laptop.org>
-rw-r--r-- | src/geode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geode.h b/src/geode.h index b8ff455..4f0b467 100644 --- a/src/geode.h +++ b/src/geode.h @@ -28,6 +28,7 @@ #define _GEODE_H_ #include "geode_pcirename.h" +#include "config.h" #include "xaa.h" #include "exa.h" |