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/buffers.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/buffers.c')
-rw-r--r-- | tests/modetest/buffers.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/modetest/buffers.c b/tests/modetest/buffers.c index 50863811..45bd34d3 100644 --- a/tests/modetest/buffers.c +++ b/tests/modetest/buffers.c @@ -23,8 +23,9 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ - +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <assert.h> #include <errno.h> |