diff options
Diffstat (limited to 'main/gpsd/ttydefaults.patch')
-rw-r--r-- | main/gpsd/ttydefaults.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gpsd/ttydefaults.patch b/main/gpsd/ttydefaults.patch index 3fc600eaea..f72ca3d5ff 100644 --- a/main/gpsd/ttydefaults.patch +++ b/main/gpsd/ttydefaults.patch @@ -1,10 +1,10 @@ --- ./gpsmon.c.orig +++ ./gpsmon.c -@@ -18,6 +18,7 @@ +@@ -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> #ifndef S_SPLINT_S - #include <unistd.h> |