blob: 46d9e207c9d65eaba1ed3b3c781f695284eb4d52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- kstars/kstars/tools/planetviewer.cpp.orig Fri Mar 18 21:59:32 2005
+++ kstars/kstars/tools/planetviewer.cpp Fri Mar 18 22:02:06 2005
@@ -14,6 +14,8 @@
* *
***************************************************************************/
+#include <stdlib.h>
+
#include <qfile.h>
#include <qlayout.h>
#include <kdebug.h>
|