summaryrefslogtreecommitdiffstats
path: root/av_log.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-03-07 21:50:45 +0100
committerUoti Urpala <uau@mplayer2.org>2011-04-20 04:22:53 +0300
commit52743acba37451121d0820150694d13e2f660774 (patch)
treef9d924293f242bd969df4e19f3e5f56fc689d8e4 /av_log.c
parentb17a1cf70c2666c0f8ea020c37350b178c62fc1a (diff)
downloadmpv-52743acba37451121d0820150694d13e2f660774.tar.bz2
mpv-52743acba37451121d0820150694d13e2f660774.tar.xz
cleanup: avoid various GCC warnings
Diffstat (limited to 'av_log.c')
-rw-r--r--av_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/av_log.c b/av_log.c
index e3bb9e860c..bd42ce3bf1 100644
--- a/av_log.c
+++ b/av_log.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <stdbool.h>
+#include "av_log.h"
#include "config.h"
#include "mp_msg.h"
#include <libavutil/log.h>