all repos — fluxbox @ b580752cb032dab518b7ed97c0bd1c2d5e257a0c

custom fork of the fluxbox windowmanager

minor fix for Solaris 2.x
fluxgen fluxgen
commit

b580752cb032dab518b7ed97c0bd1c2d5e257a0c

parent

3c556d3bba8b7e8ea8b3f921bfff313bb60ae542

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/FbTk/Resource.hhsrc/FbTk/Resource.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Resource.hh,v 1.3 2003/08/08 10:54:36 fluxgen Exp $ +// $Id: Resource.hh,v 1.4 2003/09/13 09:29:26 fluxgen Exp $ #ifndef FBTK_RESOURCE_HH #define FBTK_RESOURCE_HH

@@ -30,6 +30,7 @@ #include <string>

#include <list> #include <iostream> +#include <X11/Xlib.h> #include <X11/Xresource.h> namespace FbTk {