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:
parent
dd99c1e3b4
commit
0c40eee479
@ -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])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user