summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-01 22:39:07 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-03-01 22:39:07 -0500
commit4964c68cf4ebca29d745ba02c4ba3da4a68e9abd (patch)
treee3dc64dc6b673051d408bfabfd06f1aeda7c98e6 /gpsd.h-tail
parent6b23c6bb43742008a77d742293c0869219f1e72c (diff)
downloadgpsd-4964c68cf4ebca29d745ba02c4ba3da4a68e9abd.tar.gz
Assume POSIX-conformant termios.h.
HAVE_TERMIOS_H was some sort of relic, apparently always on. I don't think the code would have compiled without it. All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 0 insertions, 2 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index a6a553d9..785327a9 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -5,9 +5,7 @@
*/
#endif /* GPSD_CONFIG_H */
-#ifdef HAVE_TERMIOS_H
#include <termios.h>
-#endif /* HAVE_TERMIOS_H */
#include <stdint.h>
#include <stdarg.h>
#include "gps.h"