blob: 150a326c454c023c00d76b76e882322b456f51cd (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- skytraq-datalogger-0.5-1/agps-download.c
+++ ./agps-download.c
@@ -3,7 +3,6 @@
#include <string.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#define EPHERMIS_URL "ftp://skytraq:skytraq@60.250.205.31/ephemeris/Eph.dat"
|