From 867334395765ae7d2765e0834f9fd3dd5de53cab Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Tue, 22 Dec 2015 17:10:12 +0300 Subject: tests: fix #include --- test/gl_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gl_video.c b/test/gl_video.c index 253ab35d81..97fee949d8 100644 --- a/test/gl_video.c +++ b/test/gl_video.c @@ -1,5 +1,5 @@ #include "test_helpers.h" -#include "video/out/gl_video.h" +#include "video/out/opengl/video.h" static void test_scale_ambient_lux_limits(void **state) { float x; -- cgit v1.2.3