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

(-)include/gbfwordjs.h.orig (+2 lines)
Lines 21-26 Link Here
21
#ifndef GBFWORDSJS_H
21
#ifndef GBFWORDSJS_H
22
#define GBFWORDSJS_H
22
#define GBFWORDSJS_H
23
23
24
25
#include <cstdio>
24
#include <swoptfilter.h>
26
#include <swoptfilter.h>
25
27
26
SWORD_NAMESPACE_START
28
SWORD_NAMESPACE_START
(-)include/flatapi.h.orig (+2 lines)
Lines 29-34 Link Here
29
29
30
extern "C" {
30
extern "C" {
31
31
32
33
#include <stdint.h>
32
#define SWHANDLE intptr_t
34
#define SWHANDLE intptr_t
33
35
34
36
(-)utilities/diatheke/corediatheke.h.orig (-1 / +2 lines)
Lines 3-9 Link Here
3
// Licensed under GNU General Public License (GPL)
3
// Licensed under GNU General Public License (GPL)
4
// see accompanying LICENSE file for license details
4
// see accompanying LICENSE file for license details
5
5
6
#include <stdio.h>
6
#include <cstdio>
7
#include <fstream>
7
8
8
#include "diathekemgr.h"
9
#include "diathekemgr.h"
9
#include <localemgr.h>
10
#include <localemgr.h>
(-)utilities/diatheke/osiscgi.h.orig (+1 lines)
Lines 19-24 Link Here
19
19
20
#include <swbasicfilter.h>
20
#include <swbasicfilter.h>
21
21
22
#include <cctype>
22
#include <defs.h>
23
#include <defs.h>
23
24
24
SWORD_NAMESPACE_START
25
SWORD_NAMESPACE_START

Return to bug 225479