mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 01:22:30 +00:00
Fix missing ctype.h includes
libavutil/common.h stopped including ctype.h, and some source files were relying on recursive inclusion of this header.
This commit is contained in:
parent
39824c071e
commit
4949992264
@ -24,6 +24,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "core/mp_msg.h"
|
||||
#include "subassconvert.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "core/mp_msg.h"
|
||||
|
Loading…
Reference in New Issue
Block a user