diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-12-22 22:07:22 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-12-22 22:07:22 -0500 |
commit | c3c9e497b2d48b48f07e0821e36ab4c73071c39f (patch) | |
tree | f5f1b19b48f8c55dc9f92688cf4e470a6f977410 /driver_oncore.c | |
parent | 2c69666fa6f815edbc941e278e015e54795329e8 (diff) | |
download | gpsd-c3c9e497b2d48b48f07e0821e36ab4c73071c39f.tar.gz |
More header portability audting with a new version of deheader.
Diffstat (limited to 'driver_oncore.c')
-rw-r--r-- | driver_oncore.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/driver_oncore.c b/driver_oncore.c index a21f1a0e..392c9ac6 100644 --- a/driver_oncore.c +++ b/driver_oncore.c @@ -2,13 +2,10 @@ * This file is Copyright (c) 2010 by the GPSD project * BSD terms apply: see the file COPYING in the distribution root for details. */ -#ifndef S_SPLINT_S -#include <unistd.h> -#endif /* S_SPLINT_S */ - +#include <stdio.h> #include "gpsd.h" -#if defined(ONCORE_ENABLE) && defined(BINARY_ENABLE) +#if defined(ONCORE_ENABLE) && defined(BINARY_ENABLE) #include "bits.h" /*@ +charint @*/ |