diff options
-rw-r--r-- | x11/bbdock/files/patch-src_Dock.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/bbdock/files/patch-src_Dock.cc b/x11/bbdock/files/patch-src_Dock.cc new file mode 100644 index 000000000000..d5c9e83a3650 --- /dev/null +++ b/x11/bbdock/files/patch-src_Dock.cc @@ -0,0 +1,10 @@ +--- src/Dock.cc.orig 2011-03-29 19:48:36 UTC ++++ src/Dock.cc +@@ -32,6 +32,7 @@ + #include <stdio.h> + #include <unistd.h> + #include <iostream> ++#include <cstring> + #include <string> + + #include "Dock.hh" |