summaryrefslogtreecommitdiff
path: root/ham/locator/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'ham/locator/patches/patch-aa')
-rw-r--r--ham/locator/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/ham/locator/patches/patch-aa b/ham/locator/patches/patch-aa
new file mode 100644
index 00000000000..bcd0aa3d5d3
--- /dev/null
+++ b/ham/locator/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/07/10 16:46:59 kristerw Exp $
+
+--- conv_fn.cc.orig 2004-07-10 18:41:17.000000000 +0200
++++ conv_fn.cc 2004-07-10 18:43:20.000000000 +0200
+@@ -5,6 +5,7 @@
+
+ #include <ctype.h>
+ #include <math.h>
++#include <string.h>
+
+ int GPStoLOCATOR(float gps_long, float gps_lat, char *locator) {
+ /* gps_long and gps_lat are the longitutes (-180 to +180) and */