From 740b3b0ca4a39e3df96e6a305163cf5d93061d02 Mon Sep 17 00:00:00 2001 From: Rafael Fernández López Date: Tue, 19 Jun 2007 17:09:27 +0000 Subject: 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 --- src/klistview.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/klistview.cpp') 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 -- cgit v1.3