compilation of kdecore/network/ksocketdevice.cpp fails on solaris 8 (kde-3.3)

Daniel Franke daniel.franke at imbs.uni-luebeck.de
Wed Sep 1 17:42:50 BST 2004


Hi developers,

during konstruct of kdelib-3.3 on solaris 8 (gcc-3.4.1) I noticed that 

	kdecore/network/ksocketdevice.cpp

is missing an include for definition of FIONREAD:
Adding the appropiate include fixed this:

-- 8< --
#ifdef USE_SOLARIS
#include <sys/filio.h>
#endif
-- 8< --

regards
	Daniel


-- 
Dipl.-Math. (FH) Daniel Franke
Institut fuer Medizinische Biometrie und Statistik
Medizinische Universität zu Luebeck
Ratzeburger Allee 160, Haus 4
23538 Luebeck
Telefon: 0451-500-2786
Telefax: 0451-500-2999
daniel.franke at imbs.uni-luebeck.de

    /"\
    \ /    ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
     X                           - AGAINST MS ATTACHMENTS
    / \




More information about the kde-core-devel mailing list