summaryrefslogtreecommitdiffstats
path: root/mpcommon.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 13:46:01 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 13:46:01 +0300
commitcab2e4f5caf454dd5f96eddfaba9c89c5aad51fc (patch)
treea1f90dc3c801b6618756f1f0e209c0d4f8429e00 /mpcommon.c
parent0d091760781466c3cb6a3426daecadf8a696fa88 (diff)
downloadmpv-cab2e4f5caf454dd5f96eddfaba9c89c5aad51fc.tar.bz2
mpv-cab2e4f5caf454dd5f96eddfaba9c89c5aad51fc.tar.xz
Include corresponding .h in some .c files
Diffstat (limited to 'mpcommon.c')
-rw-r--r--mpcommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpcommon.c b/mpcommon.c
index c6a8559013..d07e4eb27c 100644
--- a/mpcommon.c
+++ b/mpcommon.c
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include "mpcommon.h"
#include "options.h"
#include "stream/stream.h"
#include "libmpdemux/demuxer.h"