summaryrefslogtreecommitdiff
path: root/geoid.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-10-26 23:11:51 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-10-26 23:11:51 +0000
commit874612903bdfbd8920277ba3b4e0e26da420fd62 (patch)
tree9e8cff791f4b4e36e1d5c853bde41a54bf35c32f /geoid.c
parent5794bb4cc9b92789c326bc64f321d41bca6f94bc (diff)
downloadgpsd-874612903bdfbd8920277ba3b4e0e26da420fd62.tar.gz
Rename config.h so it can be installed as gpsd_config.h...
...for those who want to build their own apps linked against libgps and want the headers to work. Works on OpenBSD, tested by Jeff Francis on OS X and Linux
Diffstat (limited to 'geoid.c')
-rw-r--r--geoid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/geoid.c b/geoid.c
index c125e4e9..6b6ab94b 100644
--- a/geoid.c
+++ b/geoid.c
@@ -6,7 +6,9 @@
* ECEF conversion by Rob Janssen.
*/
+#include <sys/types.h>
#include <math.h>
+#include "gpsd_config.h"
#include "gpsd.h"
static double bilinear(double x1, double y1, double x2, double y2, double x, double y, double z11, double z12, double z21, double z22)