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

(-)scorched3d-41.3dfsg.orig/src/common/main.h (+2 lines)
Lines 21-26 Link Here
21
#define WIN32_LEAN_AND_MEAN
21
#define WIN32_LEAN_AND_MEAN
22
22
23
#include <windows.h>
23
#include <windows.h>
24
#include <cstdlib>
25
#include <vector>
24
26
25
#ifdef HAVE_UNISTD_H
27
#ifdef HAVE_UNISTD_H
26
#include <unistd.h>
28
#include <unistd.h>
(-)scorched3d-41.3dfsg.orig/src/common/sha2.h (+1 lines)
Lines 46-51 Link Here
46
46
47
#include <string>
47
#include <string>
48
#include <stdexcept>
48
#include <stdexcept>
49
#include <cstring>
49
50
50
// NOTE: You may need to define things by hand for your system: 
51
// NOTE: You may need to define things by hand for your system: 
51
typedef unsigned char  sha_byte;           // Exactly 1 byte 
52
typedef unsigned char  sha_byte;           // Exactly 1 byte 
(-)scorched3d-41.3dfsg.orig/src/common/DefinesFile.cpp (+1 lines)
Lines 21-26 Link Here
21
#include <stdio.h>
21
#include <stdio.h>
22
#include <stdlib.h>
22
#include <stdlib.h>
23
#include <string>
23
#include <string>
24
#include <cstring>
24
#include <common/DefinesFile.h>
25
#include <common/DefinesFile.h>
25
#include <sys/types.h>
26
#include <sys/types.h>
26
#include <sys/stat.h>
27
#include <sys/stat.h>
(-)scorched3d-41.3dfsg.orig/src/common/LoggerI.cpp (+1 lines)
Lines 20-25 Link Here
20
20
21
#include <common/LoggerI.h>
21
#include <common/LoggerI.h>
22
#include <time.h>
22
#include <time.h>
23
#include <cstring>
23
24
24
LoggerInfo::LoggerInfo(
25
LoggerInfo::LoggerInfo(
25
	const char *message, 
26
	const char *message, 

Return to bug 219502