summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-28 19:33:04 +0200
committerwm4 <wm4@nowhere>2016-08-28 19:33:04 +0200
commit5e56c07417934d590665ad8330f04db7dd164229 (patch)
tree005f8721c6fdb25ed4af984792c0ebacf3745f12 /common
parent5086b2d4568bfd8b39a4418a2db4dbfbb1fae92f (diff)
downloadmpv-5e56c07417934d590665ad8330f04db7dd164229.tar.bz2
mpv-5e56c07417934d590665ad8330f04db7dd164229.tar.xz
common: add assert.h include
Because why not.
Diffstat (limited to 'common')
-rw-r--r--common/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/common.h b/common/common.h
index 4b7da54dbd..b687ffccf0 100644
--- a/common/common.h
+++ b/common/common.h
@@ -18,6 +18,7 @@
#ifndef MPLAYER_MPCOMMON_H
#define MPLAYER_MPCOMMON_H
+#include <assert.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdbool.h>