summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-22 22:07:22 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-22 22:07:22 -0500
commitc3c9e497b2d48b48f07e0821e36ab4c73071c39f (patch)
treef5f1b19b48f8c55dc9f92688cf4e470a6f977410 /driver_ubx.c
parent2c69666fa6f815edbc941e278e015e54795329e8 (diff)
downloadgpsd-c3c9e497b2d48b48f07e0821e36ab4c73071c39f.tar.gz
More header portability audting with a new version of deheader.
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index c472091a..a9bb3ccb 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -6,12 +6,14 @@
*
*/
+#include <stdio.h>
+#include <assert.h>
#include <string.h>
#include <math.h>
+#include <termios.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
-#include <assert.h>
#include "gpsd.h"
#if defined(UBX_ENABLE) && defined(BINARY_ENABLE)