diff options
Diffstat (limited to 'x11/bbdock/files/patch-Slot.cc')
-rw-r--r-- | x11/bbdock/files/patch-Slot.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/bbdock/files/patch-Slot.cc b/x11/bbdock/files/patch-Slot.cc new file mode 100644 index 000000000000..5ddeebaad37c --- /dev/null +++ b/x11/bbdock/files/patch-Slot.cc @@ -0,0 +1,10 @@ +--- src/Slot.cc.orig 2011-03-29 21:48:36.000000000 +0200 ++++ src/Slot.cc 2012-05-06 10:01:10.000000000 +0200 +@@ -38,6 +38,7 @@ + #include <string> + + #include "Slot.hh" ++#include "pngpriv.h" + + extern char **environ; + |