summaryrefslogtreecommitdiffstats
path: root/main/gpsd/gpsd-use-local-timepps-header.patch
blob: 46c491dc031ab8d0220e671d75b920870ab95719 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./gpsd.h-tail.orig
+++ ./gpsd.h-tail
@@ -38,7 +38,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