[Gpredict-svn] SF.net SVN: gpredict:[371] trunk/src/gtk-sat-module.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-08-06 13:29:47
|
Revision: 371
http://gpredict.svn.sourceforge.net/gpredict/?rev=371&view=rev
Author: csete
Date: 2009-08-06 13:29:37 +0000 (Thu, 06 Aug 2009)
Log Message:
-----------
Fix implicit declaration warning.
Modified Paths:
--------------
trunk/src/gtk-sat-module.c
Modified: trunk/src/gtk-sat-module.c
===================================================================
--- trunk/src/gtk-sat-module.c 2009-08-06 13:24:48 UTC (rev 370)
+++ trunk/src/gtk-sat-module.c 2009-08-06 13:29:37 UTC (rev 371)
@@ -65,6 +65,7 @@
#include "gtk-single-sat.h"
#include "gtk-rig-ctrl.h"
#include "gtk-rot-ctrl.h"
+#include "compat.h"
//#ifdef G_OS_WIN32
//# include "libc_internal.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|