vo_opengl: use proper include statement

This commit is contained in:
wm4 2016-05-16 12:44:12 +02:00
parent dd99c1e3b4
commit 0c40eee479
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
#include <ctype.h>
#include "user_shaders.h"
#include "ctype.h"
static bool parse_rpn_szexpr(struct bstr line, struct szexp out[MAX_SZEXP_SIZE])
{