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

(-)kiki/kodilib/src/handler/KPickable.h.orig (+2 lines)
Lines 9-14 Link Here
9
#include "KIntrospection.h"
9
#include "KIntrospection.h"
10
#include <vector>
10
#include <vector>
11
11
12
#include <limits.h>
13
12
#define DEBUG_PICKING		false
14
#define DEBUG_PICKING		false
13
15
14
class KPickable;
16
class KPickable;
(-)kiki/kodilib/src/tools/KIntrospection.h.orig (+1 lines)
Lines 11-16 Link Here
11
#endif
11
#endif
12
12
13
#include <string>
13
#include <string>
14
#include <cstring>
14
15
15
// --------------------------------------------------------------------------------------------------------
16
// --------------------------------------------------------------------------------------------------------
16
class KClassInfo
17
class KClassInfo
(-)kiki/kodilib/src/tools/KStringTools.cpp.orig (-1 / +2 lines)
Lines 6-14 Link Here
6
#include "KStringTools.h"
6
#include "KStringTools.h"
7
#include "KVector.h"
7
#include "KVector.h"
8
8
9
#include <sys/types.h> 	// INT_MAX
10
#include <stdio.h>
9
#include <stdio.h>
11
10
11
#include <limits.h> // INT_MAX
12
12
// --------------------------------------------------------------------------------------------------------
13
// --------------------------------------------------------------------------------------------------------
13
void kStringInsertStringBehindTags ( std::string & str, const std::string & insertString, 
14
void kStringInsertStringBehindTags ( std::string & str, const std::string & insertString, 
14
                                     const std::string & tag )
15
                                     const std::string & tag )
(-)kiki/kodilib/src/tools/KStringTools.h.orig (+1 lines)
Lines 7-12 Link Here
7
#define __KStringTools
7
#define __KStringTools
8
8
9
#include <string>
9
#include <string>
10
#include <cstring>
10
#include <vector>
11
#include <vector>
11
#include <stdarg.h>
12
#include <stdarg.h>
12
13
(-)kiki/kodilib/src/tools/KXMLTools.cpp.orig (+2 lines)
Lines 8-13 Link Here
8
#include "KSeparatedMatrix.h"
8
#include "KSeparatedMatrix.h"
9
#include <stdio.h>
9
#include <stdio.h>
10
10
11
#include <cstdlib>
12
11
// --------------------------------------------------------------------------------------------------------
13
// --------------------------------------------------------------------------------------------------------
12
std::string kXMLTag ( const std::string & name, const std::string & attributes, int depth )
14
std::string kXMLTag ( const std::string & name, const std::string & attributes, int depth )
13
{
15
{

Return to bug 242576