summaryrefslogtreecommitdiff
path: root/tests/modetest/buffers.c
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@stericsson.com>2012-11-01 16:47:43 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-11-01 17:22:24 +0100
commit738e81382a7ad92750fb2ff2343075173cbac90b (patch)
treee18be4210413c7140f2816e1635b13570de8d32e /tests/modetest/buffers.c
parentafdf8937f85f7a30648eb1d4fdb30c6f90885c51 (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.c3
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>