diff options
author | Thomas Hellström <thomas@shipmail.org> | 2005-12-06 21:00:33 +0000 |
---|---|---|
committer | Thomas Hellström <thomas@shipmail.org> | 2005-12-06 21:00:33 +0000 |
commit | 72c62d3466df1cbd348ac94952c71bda35448e8e (patch) | |
tree | fda5e37dd0ec49cd6c9c464c75fdafb3184dcb39 /unichrome/via_vbe.c | |
parent | 9561f6150f26b85c36adb353fb6fc9b2162dfd58 (diff) |
Adjust for modular build.
Diffstat (limited to 'unichrome/via_vbe.c')
-rw-r--r-- | unichrome/via_vbe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unichrome/via_vbe.c b/unichrome/via_vbe.c index 9d010db..eee9bce 100644 --- a/unichrome/via_vbe.c +++ b/unichrome/via_vbe.c @@ -27,6 +27,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "via_driver.h" #include "vbe.h" #include "vbeModes.h" |