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
1 changed files with 1 additions and 0 deletions

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>