modemmanager: moving the openwrt related files to subdirectories
[feed/packages.git] / net / ntpclient / patches / 300-siocgarp.patch
1 --- a/ntpclient.c
2 +++ b/ntpclient.c
3 @@ -43,6 +43,9 @@
4 #include <errno.h>
5 #ifdef PRECISION_SIOCGSTAMP
6 #include <sys/ioctl.h>
7 +#ifdef __GLIBC__
8 +#include <linux/sockios.h>
9 +#endif
10 #endif
11 #ifdef USE_OBSOLETE_GETTIMEOFDAY
12 #include <sys/time.h>