Update fluxbox to 1.0.0
[openwrt/svn-archive/archive.git] / Xorg / wm / fluxbox / patches / 010-fix-includes.patch
1 diff --git a/src/ClientPattern.cc b/src/ClientPattern.cc
2 index 21224cb..b641185 100644
3 --- a/src/ClientPattern.cc
4 +++ b/src/ClientPattern.cc
5 @@ -45,6 +45,7 @@
6 #endif
7
8 // needed as well for index on some systems (e.g. solaris)
9 +#include <string.h>
10 #include <strings.h>
11
12 using std::string;
13 diff --git a/src/FbTk/Text.cc b/src/FbTk/Text.cc
14 index 8c836cc..9f4b3eb 100644
15 --- a/src/FbTk/Text.cc
16 +++ b/src/FbTk/Text.cc
17 @@ -26,6 +26,7 @@
18 #include "Font.hh"
19 #include "Theme.hh"
20
21 +#include <string.h>
22 #include <strings.h>
23
24 namespace FbTk {
25 diff --git a/src/main.cc b/src/main.cc
26 index afbf43e..3c3d17c 100644
27 --- a/src/main.cc
28 +++ b/src/main.cc
29 @@ -45,6 +45,8 @@
30 #include <stdlib.h>
31 #endif
32
33 +#include <string.h>
34 +
35 #include <iostream>
36 #include <fstream>
37 #include <stdexcept>