diff options
Diffstat (limited to 'net-p2p/verlihub/files/cconfigitembase.cpp.patch')
-rw-r--r-- | net-p2p/verlihub/files/cconfigitembase.cpp.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/verlihub/files/cconfigitembase.cpp.patch b/net-p2p/verlihub/files/cconfigitembase.cpp.patch new file mode 100644 index 0000000..47efa5a --- /dev/null +++ b/net-p2p/verlihub/files/cconfigitembase.cpp.patch @@ -0,0 +1,13 @@ +*** /home/sss/123/cconfigitembase.cpp 2009-06-07 19:34:19.000000000 +0300 +--- cconfigitembase.cpp 2009-06-07 19:46:55.037909745 +0300 +*************** +*** 11,16 **** +--- 11,18 ---- + #include <stdlib.h> + #include <iostream> + #include <stdio.h> ++ #include <cstdlib> ++ #include <cstring> + #include "stringutils.h" + + using namespace nStringUtils; |