diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2009-03-02 23:24:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2009-03-02 23:24:03 +0000 |
commit | 68e56574cd2e8e26aa1ad35db05b2ccab085388f (patch) | |
tree | baaddd1a371e0165d50c32248e8e96c973eb1947 /gpspipe.c | |
parent | 9713aad879931bade1a3158b8414777450674e08 (diff) | |
download | gpsd-68e56574cd2e8e26aa1ad35db05b2ccab085388f.tar.gz |
Introduce gpsdclient.h header, not shipped.
So we can move stuff used internally by GPSD clients out of gps.h.
Diffstat (limited to 'gpspipe.c')
-rw-r--r-- | gpspipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ #include <assert.h> #include "gpsd_config.h" #include "gpsd.h" +#include "gpsdclient.h" static int fd_out = 1; /* output initially goes to standard output */ static void spinner(unsigned int, unsigned int); |