SHA256
1
0
forked from pool/ktorrent
OBS User unknown
2008-10-06 17:01:20 +00:00
committed by Git OBS Bridge
parent 5915cb437a
commit 330b9c4a39
5 changed files with 65 additions and 6 deletions

10
buildfix.diff Normal file
View File

@@ -0,0 +1,10 @@
--- plugins/webinterface/httpserver.cpp 2008/09/30 09:25:34 1.7
+++ plugins/webinterface/httpserver.cpp 2008/09/30 09:28:45
@@ -41,6 +41,7 @@
#include <util/functions.h>
#include <util/mmapfile.h>
#include <util/sha1hash.h>
+#include <time.h>
#include "ktversion.h"
#include "httpserver.h"
#include "httpclienthandler.h"