aboutsummaryrefslogtreecommitdiffstats
path: root/main/gpsd/gpsd-use-local-timepps-header.patch
blob: 46bd3002573d15f4685489b56c6a05ff39f0dcb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -19,7 +19,7 @@
 // include unistd.h here as it is missing on older pps-tools releases.
 // 'close' is not defined otherwise.
 #include <unistd.h>
-#include <sys/timepps.h>
+#include "sys/timepps.h"
 #endif
 
 #ifdef _WIN32