diff options
author | Chris Kuethe <chris.kuethe@gmail.com> | 2006-10-26 23:11:51 +0000 |
---|---|---|
committer | Chris Kuethe <chris.kuethe@gmail.com> | 2006-10-26 23:11:51 +0000 |
commit | 874612903bdfbd8920277ba3b4e0e26da420fd62 (patch) | |
tree | 9e8cff791f4b4e36e1d5c853bde41a54bf35c32f /Tachometer.c | |
parent | 5794bb4cc9b92789c326bc64f321d41bca6f94bc (diff) | |
download | gpsd-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 'Tachometer.c')
-rw-r--r-- | Tachometer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tachometer.c b/Tachometer.c index cfb9c17e..decca2e8 100644 --- a/Tachometer.c +++ b/Tachometer.c @@ -14,11 +14,12 @@ * * Send any comments, bug reports, etc. to shutoh@isl.yamaha.JUNET */ +#include <sys/types.h> #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> #include <TachometerP.h> #include <math.h> -#include "config.h" /* must define UNUSED */ +#include "gpsd_config.h" /* must define UNUSED */ #define D2R 0.0174532925199432957692369076848861271 /* radians = pi/180 */ |