From dab1629290cc471813952ac03f5b031b7efb2533 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 10 Sep 2009 18:50:49 +0000 Subject: Guard some inclusions that splint doesn't like. No effect on compilation. All regression tests pass. --- isgps.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'isgps.c') diff --git a/isgps.c b/isgps.c index 1158d7f7..5e87d742 100644 --- a/isgps.c +++ b/isgps.c @@ -57,7 +57,9 @@ You are not expected to understand any of this. *****************************************************************************/ #include +#ifndef S_SPLINT_S #include +#endif /* S_SPLINT_S */ #include #include #include -- cgit v1.2.1