SVN commit 489820 by adridg:

Need sys/types for utime on some platforms.

CCMAIL: [EMAIL PROTECTED]


 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 )
_______________________________________________
kde-freebsd mailing list
kde-freebsd@freebsd.kde.org
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to