From 0c40eee47940595308d704f9755f653627b20cbd Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 16 May 2016 12:44:12 +0200 Subject: vo_opengl: use proper include statement --- video/out/opengl/user_shaders.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/video/out/opengl/user_shaders.c b/video/out/opengl/user_shaders.c index 65bac0ad2b..226b9f69f6 100644 --- a/video/out/opengl/user_shaders.c +++ b/video/out/opengl/user_shaders.c @@ -15,8 +15,9 @@ * License along with mpv. If not, see . */ +#include + #include "user_shaders.h" -#include "ctype.h" static bool parse_rpn_szexpr(struct bstr line, struct szexp out[MAX_SZEXP_SIZE]) { -- cgit v1.2.3