Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271919
Collapse All | Expand All

(-)xmoto-0.5.1.orig/src/XMArgs.cpp (+1 lines)
Lines 24-29 Foundation, Inc., 59 Temple Place, Suite Link Here
24
#include "VFileIO.h"
24
#include "VFileIO.h"
25
#include <sstream>
25
#include <sstream>
26
#include <stdlib.h>
26
#include <stdlib.h>
27
#include <stdio.h>
27
28
28
XMArguments::XMArguments() {
29
XMArguments::XMArguments() {
29
  m_opt_pack   	       = false;
30
  m_opt_pack   	       = false;
(-)xmoto-0.5.1.orig/src/helpers/Log.cpp (-1 / +2 lines)
Lines 21-28 Foundation, Inc., 59 Temple Place, Suite Link Here
21
#include "Log.h"
21
#include "Log.h"
22
#include "VExcept.h"
22
#include "VExcept.h"
23
#include "../VFileIO.h"
23
#include "../VFileIO.h"
24
#include "assert.h"
24
#include <assert.h>
25
#include <stdarg.h>
25
#include <stdarg.h>
26
#include <stdio.h>
26
27
27
bool  Logger::m_isInitialized = false;
28
bool  Logger::m_isInitialized = false;
28
bool  Logger::m_activ         = true;
29
bool  Logger::m_activ         = true;
(-)xmoto-0.5.1.orig/src/helpers/Text.cpp (+1 lines)
Lines 19-24 Foundation, Inc., 59 Temple Place, Suite Link Here
19
=============================================================================*/
19
=============================================================================*/
20
20
21
#include "Text.h"
21
#include "Text.h"
22
#include <stdio.h>
22
23
23
std::string txtToLower(const std::string& i_str) {
24
std::string txtToLower(const std::string& i_str) {
24
    std::string v_res;
25
    std::string v_res;

Return to bug 271919