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

(-)obpager-1.8.orig/src/main.cc (-1 / +1 lines)
Lines 24-34 Link Here
24
24
25
// Other system necessary headers
25
// Other system necessary headers
26
26
27
#include <sys/types.h>
27
#include <sys/types.h>
28
#include <unistd.h>
28
#include <unistd.h>
29
29
#include <cstdlib>
30
30
31
// Include the headers for the pager class and also the spiffy custom exception class
31
// Include the headers for the pager class and also the spiffy custom exception class
32
32
33
#include "OBPager.h"
33
#include "OBPager.h"
34
#include "VerboseException.h"
34
#include "VerboseException.h"
(-)obpager-1.8.orig/src/OBPager.cc (-1 / +2 lines)
Lines 20-30 Link Here
20
#include "OBPager.h"
20
#include "OBPager.h"
21
#include "VerboseException.h"
21
#include "VerboseException.h"
22
22
23
#include <string>
23
#include <string>
24
#include <sstream>
24
#include <sstream>
25
25
#include <cstdlib>
26
#include <memory>
26
27
27
// We need to work with these properties
28
// We need to work with these properties
28
29
29
#define UTF8_STRING_PROP "UTF8_STRING"
30
#define UTF8_STRING_PROP "UTF8_STRING"
30
#define NET_CURRENT_DESKTOP_PROP "_NET_CURRENT_DESKTOP"
31
#define NET_CURRENT_DESKTOP_PROP "_NET_CURRENT_DESKTOP"

Return to bug 226007