blob: f91d52dd39075a90514c0d9c79a245dd23750a2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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>
|