[Gpredict-svn] SF.net SVN: gpredict:[843] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <aa...@us...> - 2011-07-08 02:10:38
|
Revision: 843
http://gpredict.svn.sourceforge.net/gpredict/?rev=843&view=rev
Author: aa1vs
Date: 2011-07-08 02:10:32 +0000 (Fri, 08 Jul 2011)
Log Message:
-----------
Fix compiler error.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/gtk-polar-view.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-07-04 00:05:11 UTC (rev 842)
+++ trunk/ChangeLog 2011-07-08 02:10:32 UTC (rev 843)
@@ -1,3 +1,9 @@
+2011-07-07 Charles Suprin <hamaa1vs at gmail.com>
+
+ * src/gtk-polar-view.c
+ Fix compiler error.
+
+
2011-07-03 Charles Suprin <hamaa1vs at gmail.com>
* src/gtk-sat-selector.c
Modified: trunk/src/gtk-polar-view.c
===================================================================
--- trunk/src/gtk-polar-view.c 2011-07-04 00:05:11 UTC (rev 842)
+++ trunk/src/gtk-polar-view.c 2011-07-08 02:10:32 UTC (rev 843)
@@ -43,6 +43,7 @@
#include "gtk-polar-view.h"
#include "sat-info.h"
#include "time-tools.h"
+#include "orbit-tools.h"
#ifdef HAVE_CONFIG_H
# include <build-config.h>
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|