From kde-bugs-dist Wed Jun 16 08:34:19 2004 From: Don Sanders Date: Wed, 16 Jun 2004 08:34:19 +0000 To: kde-bugs-dist Subject: [Bug 83457] kmail doesn't compile, Message-Id: <20040616083419.14427.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=108737488117764 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=83457 don sanders org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From don sanders org 2004-06-16 10:34 ------- CVS commit by sanders: include fcntl.h to fix compile problem on Solaris as recommended by aaronw, thank you aaron. CCMAIL:83457-done bugs kde org M +1 -0 kmfolderindex.cpp 1.19 --- kdepim/kmail/kmfolderindex.cpp #1.18:1.19 @ -31,4 +31,5 @ #include #include +#include #ifdef HAVE_BYTESWAP_H