[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/kioslaves/mbox
From:       Adriaan de Groot <groot () kde ! org>
Date:       2005-12-19 20:49:29
Message-ID: 1135025369.493099.19182.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 489820 by adridg:

Need sys/types for utime on some platforms.

CCMAIL: kde@freebsd.org


 M  +6 -0      readmbox.cc  


--- branches/KDE/3.5/kdepim/kioslaves/mbox/readmbox.cc #489819:489820
@@ -16,6 +16,8 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
+#include <config.h>
+
 #include "readmbox.h"
 
 #include "mbox.h"
@@ -29,6 +31,10 @@
 #include <qstring.h>
 #include <qtextstream.h>
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
 #include <utime.h>
 
 ReadMBox::ReadMBox( const UrlInfo* info, MBoxProtocol* parent, bool onlynew, bool savetime )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic