aboutsummaryrefslogtreecommitdiffstats
path: root/main/gpsd/ttydefaults.patch
blob: 2d0e1712657c5bcfef692c1a17fa52e1119e1905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/gpsmon.c b/gpsmon.c
index c3001c8..965ea98 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -19,6 +19,7 @@
 #include <sys/time.h>		/* expected to declare select(2) a la SuS */
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/ttydefaults.h>
 #include <sys/select.h>
 #include <fcntl.h>
 #include <unistd.h>