aports/main/gpsd/ttydefaults.patch
2015-03-10 21:06:19 +00:00

11 lines
264 B
Diff

--- ./gpsmon.c.orig
+++ ./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>
#ifndef S_SPLINT_S