From 874612903bdfbd8920277ba3b4e0e26da420fd62 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Thu, 26 Oct 2006 23:11:51 +0000 Subject: 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 --- libgpsmm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libgpsmm.h') diff --git a/libgpsmm.h b/libgpsmm.h index c0476863..f9bb3a83 100644 --- a/libgpsmm.h +++ b/libgpsmm.h @@ -9,6 +9,8 @@ #ifndef _GPSMM_H_ #define _GPSMM_H_ +#include +#include "gpsd_config.h" #include "gps.h" //the C library we are going to wrap class gpsmm { -- cgit v1.2.1