Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267466 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- source/XMPFiles/XMPFiles_Impl.cpp
0
++ source/XMPFiles/XMPFiles_Impl.cpp
Lines 17-22 Link Here
17
	#include <fcntl.h>
17
	#include <fcntl.h>
18
	#include <sys/stat.h>
18
	#include <sys/stat.h>
19
	#include <unistd.h>
19
	#include <unistd.h>
20
	#include <stdio.h>
20
#endif
21
#endif
21
22
22
using namespace std;
23
using namespace std;
23
-- samples/source/XMPFilesCoverage.cpp
24
++ samples/source/XMPFilesCoverage.cpp
Lines 4-9 Link Here
4
#include <errno.h>
4
#include <errno.h>
5
#include <time.h>
5
#include <time.h>
6
#include <cstring>
6
#include <cstring>
7
#include <cstdio>
7
8
8
#define TXMP_STRING_TYPE std::string
9
#define TXMP_STRING_TYPE std::string
9
#define XMP_INCLUDE_XMPFILES 1
10
#define XMP_INCLUDE_XMPFILES 1
10
-- exempi/tests/utils.cpp
11
++ exempi/tests/utils.cpp
Lines 38-43 Link Here
38
#include <boost/test/unit_test.hpp>
38
#include <boost/test/unit_test.hpp>
39
39
40
#include "utils.h"
40
#include "utils.h"
41
#include <cstdio>
41
42
42
std::string g_testfile;
43
std::string g_testfile;
43
std::string g_src_testdir;
44
std::string g_src_testdir;

Return to bug 267466