diff options
Diffstat (limited to 'wm/blackbox70/patches/patch-lib-XDG.cc')
-rw-r--r-- | wm/blackbox70/patches/patch-lib-XDG.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/blackbox70/patches/patch-lib-XDG.cc b/wm/blackbox70/patches/patch-lib-XDG.cc new file mode 100644 index 00000000000..eab1dca138f --- /dev/null +++ b/wm/blackbox70/patches/patch-lib-XDG.cc @@ -0,0 +1,13 @@ +$NetBSD: patch-lib-XDG.cc,v 1.1 2011/11/22 20:02:48 joerg Exp $ + +--- lib/XDG.cc.orig 2011-11-22 18:41:39.000000000 +0000 ++++ lib/XDG.cc +@@ -26,7 +26,7 @@ + #include "XDG.hh" + + #include <stdlib.h> +- ++#include <algorithm> + + // make sure directory names end with a slash + static std::string terminateDir(const std::string &string) |