blob: 4724e43ed59f41b5d7cedbd846f4bee2c2ce2f80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
#include "timespec.h"
|