diff options
Diffstat (limited to 'wm/blackbox70/patches/patch-lib-Resource.cc')
-rw-r--r-- | wm/blackbox70/patches/patch-lib-Resource.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/blackbox70/patches/patch-lib-Resource.cc b/wm/blackbox70/patches/patch-lib-Resource.cc new file mode 100644 index 00000000000..0c344257138 --- /dev/null +++ b/wm/blackbox70/patches/patch-lib-Resource.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-lib-Resource.cc,v 1.1 2011/11/22 20:02:48 joerg Exp $ + +--- lib/Resource.cc.orig 2011-11-22 18:36:20.000000000 +0000 ++++ lib/Resource.cc +@@ -29,6 +29,7 @@ + #include <X11/Xresource.h> + + #include <stdio.h> ++#include <strings.h> + + + bt::Resource::Resource(void) |