Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
f99a6d9461569c7b718b216fa8371f19f66babd8
/
.
/
external
/
subpack
/
net
/
ntpclient
/
patches
/
300-siocgarp.patch
blob: e03c9b93e3be08fa234c0498eb41e6f4ffa5d8f2 [
file
] [
log
] [
blame
]
---
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>