diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-22 17:10:12 +0300 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-12-22 15:18:50 +0100 |
commit | 867334395765ae7d2765e0834f9fd3dd5de53cab (patch) | |
tree | edde73007505c54d640baa775960b2eacc366b7b /test | |
parent | d1119cc0693aa861295eb1d5a015e8e7ac54677a (diff) |
tests: fix #include
Diffstat (limited to 'test')
-rw-r--r-- | test/gl_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |