From 6b8717b17a93331baeaeab0edab23dc0b3ac4292 Mon Sep 17 00:00:00 2001
From: Wulf C. Krueger <philantrop@exherbo.org>
Date: Sat, 4 Jun 2011 12:36:52 +0200
Subject: [PATCH] mpeg_player.cpp uses warning() but was missing the necessary
 #include.

---
 video/mpeg_player.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/video/mpeg_player.cpp b/video/mpeg_player.cpp
index f583853..5b37cda 100644
--- a/video/mpeg_player.cpp
+++ b/video/mpeg_player.cpp
@@ -90,6 +90,7 @@
 #include "common/file.h"
 #include "common/system.h"
 #include "common/util.h"
+#include "common/textconsole.h"
 
 namespace Video {
 
-- 
1.7.5.1

