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

Collapse All | Expand All

(-)anyterm-1.1.9/common/html.hh (+2 lines)
Lines 31-37 Link Here
31
31
32
#include <string>
32
#include <string>
33
33
34
extern "C" {
34
#include <rote/rote.h>
35
#include <rote/rote.h>
36
}
35
37
36
#include "Screen.hh"
38
#include "Screen.hh"
37
39
(-)anyterm-1.1.9/common/Screen.hh (+2 lines)
Lines 25-31 Link Here
25
25
26
#include <vector>
26
#include <vector>
27
27
28
extern "C" {
28
#include <rote/rote.h>
29
#include <rote/rote.h>
30
}
29
31
30
#include "Array2d.hh"
32
#include "Array2d.hh"
31
33

Return to bug 98647