From: Rafael Fernández López Date: Tue, 19 Jun 2007 17:09:27 +0000 (+0000) Subject: Fix for not C99 compliant systems when trying to use trunc() function. I have defined... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/740b3b0ca4a39e3df96e6a305163cf5d93061d02 Fix for not C99 compliant systems when trying to use trunc() function. I have defined this function on kdefakes library, so we have it KDE wide. BUG: 146963 svn path=/trunk/KDE/kdebase/apps/; revision=677663 --- diff --git a/src/klistview.cpp b/src/klistview.cpp index 1cba47b1b..9be5dadd8 100644 --- a/src/klistview.cpp +++ b/src/klistview.cpp @@ -21,7 +21,8 @@ #include "klistview.h" #include "klistview_p.h" -#include // trunc +#include // trunc on C99 compliant systems +#include // trunc for not C99 compliant systems #include #include