summaryrefslogtreecommitdiff
path: root/net-misc/sntpd/files/ntpclient-2018.244-linux-headers-5.2.patch
blob: df87cb6ceb2255ddc05b8ce07cdb2b61715f88d4 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/ntpclient.c	2018-08-27 20:38:12.000000000 +0200
+++ b/src/ntpclient.c	2019-08-19 20:11:59.000000000 +0200
@@ -40,6 +40,7 @@
 #include <unistd.h>
 #include <errno.h>
 #ifdef PRECISION_SIOCGSTAMP
+#include <linux/sockios.h>
 #include <sys/ioctl.h>
 #endif
 #ifdef USE_OBSOLETE_GETTIMEOFDAY