SVN commit 490120 by adridg: May need stdlib even for straightforward things on some systems (FBSD4).
CCMAIL: [EMAIL PROTECTED] M +3 -0 knumber_priv.cpp --- branches/KDE/3.5/kdeutils/kcalc/knumber/knumber_priv.cpp #490119:490120 @@ -20,6 +20,9 @@ #include <math.h> #include <config.h> +#ifdef HAVE_STDLIB_H +#include <stdlib.h> +#endif #include <qregexp.h> #include <qstring.h> _______________________________________________ kde-freebsd mailing list kde-freebsd@freebsd.kde.org http://freebsd.kde.org/mailman/listinfo/kde-freebsd