summaryrefslogtreecommitdiff
path: root/x11-wm/treewm/files/treewm-0.4.5-gcc43.patch
blob: 687bf809e3c7efa74b6d0186a0eab1bdbc8398de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src/action.cc	2009-01-17 18:17:32.000000000 -0400
+++ b/src/action.cc	2009-01-17 18:20:41.000000000 -0400
@@ -9,6 +9,7 @@
 #include "clienttree.h"
 #include "clientinfo.h"
 #include <unistd.h>
+#include <string.h>
 
 Action::Action(Section *section) {
   s = section;
--- a/src/resmanager.h	2009-01-17 18:17:32.000000000 -0400
+++ b/src/resmanager.h	2009-01-17 18:21:10.000000000 -0400
@@ -12,6 +12,7 @@
 #include "global.h"
 #include "client.h"
 #include <map>
+#include <string.h>
 
 struct ltstr {
   bool operator() (const char* s1, const char* s2) const  {