diff options
Diffstat (limited to 'tests/vbltest')
-rw-r--r-- | tests/vbltest/vbltest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vbltest/vbltest.c b/tests/vbltest/vbltest.c index 2a09d28e..50e29dcd 100644 --- a/tests/vbltest/vbltest.c +++ b/tests/vbltest/vbltest.c @@ -37,7 +37,9 @@ * TODO: use cairo to write the mode info on the selected output once * the mode has been programmed, along with possible test patterns. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <assert.h> #include <stdio.h> |