mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +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
|
||||
#define MPLAYER_MPCOMMON_H
|
||||
|
||||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
|
Loading…
Reference in New Issue
Block a user