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

Collapse All | Expand All

(-)nload-0.7.1.orig/src/device.cpp (+1 lines)
Lines 19-28 Link Here
19
#include "devreader.h"
19
#include "devreader.h"
20
#include "graph.h"
20
#include "graph.h"
21
#include "setting.h"
21
#include "setting.h"
22
#include "settingstore.h"
22
#include "settingstore.h"
23
#include "window.h"
23
#include "window.h"
24
#include <climits>
24
25
25
#include <iomanip>
26
#include <iomanip>
26
27
27
using namespace std;
28
using namespace std;
28
29
(-)nload-0.7.1.orig/src/main.cpp (+2 lines)
Lines 50-59 Link Here
50
50
51
#include <ctype.h>
51
#include <ctype.h>
52
#include <time.h>
52
#include <time.h>
53
#include <curses.h>
53
#include <curses.h>
54
#include <signal.h>
54
#include <signal.h>
55
#include <cstring>
56
55
#undef clear
57
#undef clear
56
#undef erase
58
#undef erase
57
#undef refresh
59
#undef refresh
58
60
59
#define STANDARD_AVERAGE_WINDOW 300
61
#define STANDARD_AVERAGE_WINDOW 300

Return to bug 218909