b7148bda52
FoxtrotGPS is an offshoot of Marcus Bauer's excellent Free & Open Source tangoGPS application, with a focus on cooperation and fostering community innovation. By default maps tiles are downloaded from the Openstreetmap project. Map tiles are automatically downloaded and cached for offline use. To get real-time positioning from a GPS receiver you need to run gpsd. With some help from jasper@, input and ok@ from dcoppa@
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
$OpenBSD: patch-src_geo_photos_c,v 1.1.1.1 2012/10/12 14:50:45 kirby Exp $
|
|
--- src/geo_photos.c.orig Mon Jan 2 01:18:19 2012
|
|
+++ src/geo_photos.c Mon Jan 2 01:18:50 2012
|
|
@@ -8,6 +8,7 @@
|
|
#include "globals.h"
|
|
#include "geo_photos.h"
|
|
#include "converter.h"
|
|
+#include <sys/select.h>
|
|
#include "util.h"
|
|
#include "support.h"
|
|
#include "interface.h"
|