mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
common: add assert.h include
Because why not.
This commit is contained in:
parent
5086b2d456
commit
5e56c07417
@ -18,6 +18,7 @@
|
|||||||
#ifndef MPLAYER_MPCOMMON_H
|
#ifndef MPLAYER_MPCOMMON_H
|
||||||
#define MPLAYER_MPCOMMON_H
|
#define MPLAYER_MPCOMMON_H
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user