1
mirror of https://github.com/mpv-player/mpv synced 2024-11-03 03:19:24 +01:00

vo_opengl: use proper include statement

This commit is contained in:
wm4 2016-05-16 12:44:12 +02:00
parent dd99c1e3b4
commit 0c40eee479

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])
{