[Gpredict-svn] SF.net SVN: gpredict:[94] trunk/src/gtk-rig-ctrl.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2008-09-06 21:48:01
|
Revision: 94 http://gpredict.svn.sourceforge.net/gpredict/?rev=94&view=rev Author: csete Date: 2008-09-06 21:48:12 +0000 (Sat, 06 Sep 2008) Log Message: ----------- updated. Modified Paths: -------------- trunk/src/gtk-rig-ctrl.c Modified: trunk/src/gtk-rig-ctrl.c =================================================================== --- trunk/src/gtk-rig-ctrl.c 2008-09-06 21:38:14 UTC (rev 93) +++ trunk/src/gtk-rig-ctrl.c 2008-09-06 21:48:12 UTC (rev 94) @@ -51,11 +51,11 @@ #endif /* NETWORK */ -#include <sys/types.h> -#include <sys/socket.h> -#include <netinet/in.h> -#include <arpa/inet.h> -#include <netdb.h> +//#include <sys/types.h> +#include <sys/socket.h> /* socket(), connect(), send() */ +#include <netinet/in.h> /* struct sockaddr_in */ +#include <arpa/inet.h> /* htons() */ +#include <netdb.h> /* gethostbyname() */ /* END */ #define AZEL_FMTSTR "%7.2f\302\260" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |