0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

common: add assert.h include

Because why not.
This commit is contained in:
wm4 2016-08-28 19:33:04 +02:00
parent 5086b2d456
commit 5e56c07417

View File

@ -18,6 +18,7 @@
#ifndef MPLAYER_MPCOMMON_H
#define MPLAYER_MPCOMMON_H
#include <assert.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdbool.h>