summaryrefslogtreecommitdiff
path: root/Tachometer.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-07-07 01:19:48 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-07-07 01:19:48 +0000
commitfe8508610a19233730189f8843ba100794c43bc1 (patch)
tree688622701995ed0f5c0ea1362e19f0408d904b85 /Tachometer.c
parentfe26002132600c1c69e720f79665cf192a0f35ac (diff)
downloadgpsd-fe8508610a19233730189f8843ba100794c43bc1.tar.gz
sync with move of UNUSED
Diffstat (limited to 'Tachometer.c')
-rw-r--r--Tachometer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tachometer.c b/Tachometer.c
index 4d1022f0..6d8c2622 100644
--- a/Tachometer.c
+++ b/Tachometer.c
@@ -12,7 +12,8 @@
#include <X11/StringDefs.h>
#include <TachometerP.h>
#include <math.h>
-#include "gpsd_config.h" /* must define UNUSED */
+#include "gpsd_config.h"
+#include "gps.h"
#define D2R 0.0174532925199432957692369076848861271 /* radians = pi/180 */