summaryrefslogtreecommitdiff
path: root/monitor_tnt.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-05-01 01:32:04 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-05-01 01:32:04 -0400
commit80ff542795d43d25bb5d56cffe445281d9163bcd (patch)
treed251937bc87e927c3059de1ea92983ad33355391 /monitor_tnt.c
parentf588e22468704552b37530a4a1849969011dda3d (diff)
downloadgpsd-80ff542795d43d25bb5d56cffe445281d9163bcd.tar.gz
More cppcheck pacification.
Diffstat (limited to 'monitor_tnt.c')
-rw-r--r--monitor_tnt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/monitor_tnt.c b/monitor_tnt.c
index b351d2ca..5a6d1331 100644
--- a/monitor_tnt.c
+++ b/monitor_tnt.c
@@ -4,9 +4,10 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
+#include <assert.h>
+
#include "gpsd.h"
#include "gpsmon.h"
-#include "assert.h"
#ifdef TNT_ENABLE
extern const struct gps_type_t trueNorth;