blob: e03c9b93e3be08fa234c0498eb41e6f4ffa5d8f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/ntpclient.c
+++ b/ntpclient.c
@@ -43,6 +43,9 @@
#include <errno.h>
#ifdef PRECISION_SIOCGSTAMP
#include <sys/ioctl.h>
+#ifdef __GLIBC__
+#include <linux/sockios.h>
+#endif
#endif
#ifdef USE_OBSOLETE_GETTIMEOFDAY
#include <sys/time.h>
|