diff options
author | sibel <lesibel@free.fr> | 2009-11-14 18:37:50 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-14 18:37:50 +0100 |
commit | 5f8654f8237c37fb80f48b6da5d0e08bc532de16 (patch) | |
tree | 682c5aedcbc3c10972ec5838520d76af46f0a407 /kde/ktorrent/httpserver.patch | |
parent | 35e766af2c6a09fe5618a23bb85f31000cad459b (diff) | |
download | nutyx-pakxe-5f8654f8237c37fb80f48b6da5d0e08bc532de16.tar.gz nutyx-pakxe-5f8654f8237c37fb80f48b6da5d0e08bc532de16.tar.bz2 nutyx-pakxe-5f8654f8237c37fb80f48b6da5d0e08bc532de16.tar.xz nutyx-pakxe-5f8654f8237c37fb80f48b6da5d0e08bc532de16.zip |
Ajout de Ktorrent#3.3-1
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> |