Ticket #5736: scummvm-1.3.0-warning_header.patch

File scummvm-1.3.0-warning_header.patch, 644 bytes (added by SF/philantrop, 13 years ago)
  • video/mpeg_player.cpp

    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 b  
    9090#include "common/file.h"
    9191#include "common/system.h"
    9292#include "common/util.h"
     93#include "common/textconsole.h"
    9394
    9495namespace Video {
    9596