tags 417495 + patch
thanks

--- dcpp/Util.h~        2007-04-05 10:47:40.000000000 +0000
+++ dcpp/Util.h 2007-04-05 10:47:50.000000000 +0000
@@ -28,6 +28,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <climits>
 #endif
 
 #include "Text.h"
--- backend/commandhandlers.cpp~        2007-04-05 10:49:42.000000000 +0000
+++ backend/commandhandlers.cpp 2007-04-05 10:49:43.000000000 +0000
@@ -551,4 +551,4 @@
        driver->stopSender();
 }
 
-}
\ No newline at end of file
+}
--- rpcdriver/socketmanager.cpp~        2007-04-05 10:51:45.000000000 +0000
+++ rpcdriver/socketmanager.cpp 2007-04-05 10:52:42.000000000 +0000
@@ -1,5 +1,7 @@
 #include "socketmanager.h"
 
+#include <sys/types.h>
+#include <cstdio>
 
 using namespace std;
 

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to