SVN commit 1056769 by kuemmel: use time.h instead of ctime, maybe it helps M +1 -1 measuretime.cpp --- branches/work/kst/portto4/kst/src/libkst/measuretime.cpp #1056768:1056769 @@ -13,7 +13,7 @@ #ifdef Q_OS_WIN #include <windows.h> #else -#include <ctime> +#include <time.h> #endif