diff options
Diffstat (limited to 'net-p2p/fms/files/quoter.h.patch')
-rw-r--r-- | net-p2p/fms/files/quoter.h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/fms/files/quoter.h.patch b/net-p2p/fms/files/quoter.h.patch new file mode 100644 index 000000000000..18b12be0a4a9 --- /dev/null +++ b/net-p2p/fms/files/quoter.h.patch @@ -0,0 +1,11 @@ +--- include/quoter.h 2010-08-22 13:04:34.000000000 +0200 ++++ include/quoter.h.new 2010-09-03 18:16:37.169391363 +0200 +@@ -4,7 +4,7 @@ + #include <vector>
+ #include <string>
+
+-#include "../../../include/keyfinder.h"
++#include "keyfinder.h"
+
+ class QuoterVisitor;
+
|