diff options
Diffstat (limited to 'net-p2p/verlihub/files/cpenaltylist.cpp.patch')
-rw-r--r-- | net-p2p/verlihub/files/cpenaltylist.cpp.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/verlihub/files/cpenaltylist.cpp.patch b/net-p2p/verlihub/files/cpenaltylist.cpp.patch new file mode 100644 index 0000000..0ff4a5c --- /dev/null +++ b/net-p2p/verlihub/files/cpenaltylist.cpp.patch @@ -0,0 +1,13 @@ +*** /home/sss/123/cpenaltylist.cpp 2005-04-04 22:35:41.000000000 +0300 +--- cpenaltylist.cpp 2009-06-07 20:00:26.867921053 +0300 +*************** +*** 8,13 **** +--- 8,15 ---- + * (at your option) any later version. * + ***************************************************************************/ + #include "cpenaltylist.h" ++ #include <cstdio> ++ #include <cstring> + + namespace nDirectConnect { + |