freebsd-ports/net-p2p/ktorrent/files/patch-libktorrent-util-sha1hash.cpp
Markus Brueffer d68e649c81 - Update to version 1.2rc1 for stability reasons
- Add SHA256

Requested by:	Beech Rintoul
2006-01-08 02:18:10 +00:00

11 lines
462 B
C++

--- libktorrent/util/sha1hash.cpp.orig Sun Jan 8 02:28:06 2006
+++ libktorrent/util/sha1hash.cpp Sun Jan 8 02:29:24 2006
@@ -17,6 +17,8 @@
* Free Software Foundation, Inc., *
* 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
+#include <stdio.h>
+
#include <qurl.h>
#include <string.h>
#include <algorithm>