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

(-)treewm-0.4.5b/src/action.cc (+1 lines)
Lines 9-14 Link Here
9
#include "clienttree.h"
9
#include "clienttree.h"
10
#include "clientinfo.h"
10
#include "clientinfo.h"
11
#include <unistd.h>
11
#include <unistd.h>
12
#include <string.h>
12
13
13
Action::Action(Section *section) {
14
Action::Action(Section *section) {
14
  s = section;
15
  s = section;
(-)treewm-0.4.5b/src/resmanager.h (+1 lines)
Lines 12-17 Link Here
12
#include "global.h"
12
#include "global.h"
13
#include "client.h"
13
#include "client.h"
14
#include <map>
14
#include <map>
15
#include <string.h>
15
16
16
struct ltstr {
17
struct ltstr {
17
  bool operator() (const char* s1, const char* s2) const  {
18
  bool operator() (const char* s1, const char* s2) const  {

Return to bug 251845