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

(-)libs/teckit/source/ulong_chartraits.h.orig (-1 / +1 lines)
Lines 2-8 Link Here
2
#define __ulong_chartraits_h__
2
#define __ulong_chartraits_h__
3
3
4
#include <iostream>
4
#include <iostream>
5
#include <string>
5
#include <cstring>
6
6
7
/*
7
/*
8
	This used to be defined for unsigned long; changed to unsigned int for 64-bit architecture.
8
	This used to be defined for unsigned long; changed to unsigned int for 64-bit architecture.
(-)libs/teckit/source/Engine.cpp.orig (+1 lines)
Lines 65-70 Link Here
65
#endif
65
#endif
66
66
67
#include <cstdlib>
67
#include <cstdlib>
68
#include <cstring>
68
#include <algorithm>
69
#include <algorithm>
69
70
70
#include "zlib.h"
71
#include "zlib.h"

Return to bug 213144