diff options
Diffstat (limited to 'kde/ktorrent/httpserver.patch')
-rw-r--r-- | kde/ktorrent/httpserver.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kde/ktorrent/httpserver.patch b/kde/ktorrent/httpserver.patch new file mode 100644 index 000000000..71c616db0 --- /dev/null +++ b/kde/ktorrent/httpserver.patch @@ -0,0 +1,10 @@ +--- plugins/webinterface/httpserver.cpp.old ++++ plugins/webinterface/httpserver.cpp +@@ -29,6 +29,7 @@ + #include <ktemporaryfile.h> + #include <k3streamsocket.h> + #include <k3resolver.h> ++#include <time.h> + + #include <qfileinfo.h> + #include <qstringlist.h> |