summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>