summaryrefslogtreecommitdiffstats
path: root/main/gpsd/ttydefaults.patch
blob: 3fc600eaeafd218f119621d05d6ac40c198fd17f (plain)
1
2
3
4
5
6
7
8
9
10
--- ./gpsmon.c.orig
+++ ./gpsmon.c
@@ -18,6 +18,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 <fcntl.h>
 #ifndef S_SPLINT_S
 #include <unistd.h>