From 7bf19da87bc1eb54da3e9ea407620b93e3106ba7 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Tue, 3 Mar 2009 04:05:42 +0000 Subject: make sure that the Id keyword is present and expanded --- gpsdclient.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gpsdclient.h') diff --git a/gpsdclient.h b/gpsdclient.h index ccd61a2a..63fe0f16 100644 --- a/gpsdclient.h +++ b/gpsdclient.h @@ -1,5 +1,8 @@ +/* $Id$ */ /* gpsdclient.h -- common functions for GPSD clients */ +#ifndef _GPSD_GPSDCLIENT_H_ +#define _GPSD_GPSDCLIENT_H_ struct fixsource_t /* describe a data source */ { @@ -18,4 +21,5 @@ extern /*@observer@*/ char *deg_to_str( enum deg_str_type type, double f); extern void gpsd_source_spec(/*@null@*/const char *fromstring, /*@out@*/struct fixsource_t *source); +#endif /* _GPSDCLIENT_H_ */ /* gpsdclient.h ends here */ -- cgit v1.2.1