[Konversation-devel] [Bug 112749] Compile error on Solaris 2.9 in dcctransfersend.cpp (fix included)
ismail cartman donmez
ismail at uludag.org.tr
Sat Sep 17 09:52:00 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=112749
ismail uludag org tr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From ismail uludag org tr 2005-09-17 09:51 -------
SVN commit 461280 by cartman:
Compile on Solaris 2.9 . Patch by Bernd Kuhls. Thanks!
BUG:112749
M +4 -0 dcctransfersend.cpp
--- trunk/extragear/network/konversation/src/dcctransfersend.cpp #461279:461280
@ -14,6 +14,10 @
(at your option) any later version.
*/
+#ifdef USE_SOLARIS
+#include <unistd.h>
+#include <sys/sockio.h>
+#endif
#include <stdlib.h>
#include <sys/types.h>
#include <netinet/in.h>
More information about the Konversation-devel
mailing list