blob: 9e1b5377f7d198ded7f26a72e889ba61ed6ceee5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- kcalc/knumber/knumber_priv.cpp.orig Tue Dec 20 14:54:29 2005
+++ kcalc/knumber/knumber_priv.cpp Tue Dec 20 14:59:11 2005
@@ -20,6 +20,9 @@
#include <math.h>
#include <config.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
#include <qregexp.h>
#include <qstring.h>
|