blob: 719891e410702ec15bfb881f2780ba68df9412e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -35,7 +35,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
|