diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2009-09-10 18:50:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2009-09-10 18:50:49 +0000 |
commit | dab1629290cc471813952ac03f5b031b7efb2533 (patch) | |
tree | cf059f2d428535f2ae2b96fb660aa2663b1dc542 /driver_italk.c | |
parent | fc1df0c4a76b31b805fb7de588c27ea8b7e58848 (diff) | |
download | gpsd-dab1629290cc471813952ac03f5b031b7efb2533.tar.gz |
Guard some inclusions that splint doesn't like.
No effect on compilation. All regression tests pass.
Diffstat (limited to 'driver_italk.c')
-rw-r--r-- | driver_italk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/driver_italk.c b/driver_italk.c index 224c4089..9e692ab9 100644 --- a/driver_italk.c +++ b/driver_italk.c @@ -8,7 +8,9 @@ #include <string.h> #include <math.h> #include <ctype.h> +#ifndef S_SPLINT_S #include <unistd.h> +#endif /* S_SPLINT_S */ #include <time.h> #include <stdio.h> |