diff options
Diffstat (limited to 'unichrome/via_vt162x.c')
-rw-r--r-- | unichrome/via_vt162x.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unichrome/via_vt162x.c b/unichrome/via_vt162x.c index 8498932..c10ffd7 100644 --- a/unichrome/via_vt162x.c +++ b/unichrome/via_vt162x.c @@ -23,6 +23,10 @@ * DEALINGS IN THE SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "via_driver.h" #include "via_vgahw.h" #include "via_vt162x.h" |