blob: dcd522735c8cb6deed95d1a7844a16e9185005cf (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- rtorrent-0.8.4.orig/src/command_events.cc 2008-11-11 11:37:20.000000000 +0100
+++ rtorrent-0.8.4/src/command_events.cc 2009-08-28 18:14:19.096303800 +0200
@@ -36,6 +36,7 @@
#include "config.h"
+#include <cstdio>
#include <functional>
#include <rak/file_stat.h>
#include <rak/path.h>
|