aboutsummaryrefslogtreecommitdiffstats
path: root/main/gpsd/gpsd-use-local-timepps-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gpsd/gpsd-use-local-timepps-header.patch')
-rw-r--r--main/gpsd/gpsd-use-local-timepps-header.patch10
1 files changed, 6 insertions, 4 deletions
diff --git a/main/gpsd/gpsd-use-local-timepps-header.patch b/main/gpsd/gpsd-use-local-timepps-header.patch
index 46c491dc03..4724e43ed5 100644
--- a/main/gpsd/gpsd-use-local-timepps-header.patch
+++ b/main/gpsd/gpsd-use-local-timepps-header.patch
@@ -1,11 +1,13 @@
---- ./gpsd.h-tail.orig
-+++ ./gpsd.h-tail
-@@ -38,7 +38,7 @@
+diff --git a/ppsthread.c b/ppsthread.c
+index 5fae444..d09957b 100644
+--- a/ppsthread.c
++++ b/ppsthread.c
+@@ -72,7 +72,7 @@
// 'close' is not defined otherwise.
#include <unistd.h>
#include <sys/time.h>
-#include <sys/timepps.h>
+#include "sys/timepps.h"
- #endif /* S_SPLINT_S */
#endif
+ #include "timespec.h"