diff options
author | Benjamin Gaignard <benjamin.gaignard@stericsson.com> | 2012-11-01 16:47:43 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-11-01 17:22:24 +0100 |
commit | 738e81382a7ad92750fb2ff2343075173cbac90b (patch) | |
tree | e18be4210413c7140f2816e1635b13570de8d32e /tests/modetest/modetest.c | |
parent | afdf8937f85f7a30648eb1d4fdb30c6f90885c51 (diff) |
modetest: Add support for Android build system
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests/modetest/modetest.c')
-rw-r--r-- | tests/modetest/modetest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index c91bb9d1..c111c791 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.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> |