From c3c9e497b2d48b48f07e0821e36ab4c73071c39f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Dec 2010 22:07:22 -0500 Subject: More header portability audting with a new version of deheader. --- gpsdecode.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gpsdecode.c') diff --git a/gpsdecode.c b/gpsdecode.c index 6d985202..4cb87d3a 100644 --- a/gpsdecode.c +++ b/gpsdecode.c @@ -2,12 +2,13 @@ * 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 -#endif /* S_SPLINT_S */ +#include #include #include #include +#ifndef S_SPLINT_S +#include +#endif /* S_SPLINT_S */ #include "gpsd.h" #include "gps_json.h" -- cgit v1.2.1