diff options
Diffstat (limited to 'net-p2p/verlihub/files/cconfmysql.cpp.patch')
-rw-r--r-- | net-p2p/verlihub/files/cconfmysql.cpp.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/verlihub/files/cconfmysql.cpp.patch b/net-p2p/verlihub/files/cconfmysql.cpp.patch new file mode 100644 index 0000000..7f5e6be --- /dev/null +++ b/net-p2p/verlihub/files/cconfmysql.cpp.patch @@ -0,0 +1,13 @@ +*** /home/sss/123/cconfmysql.cpp 2004-10-27 15:24:00.000000000 +0300 +--- cconfmysql.cpp 2009-06-07 19:48:04.397913142 +0300 +*************** +*** 17,22 **** +--- 17,24 ---- + + #include "cconfmysql.h" + #include <algorithm> ++ #include <cstdio> ++ #include <cstring> + using namespace std; + + namespace nConfig |