commit | 3052ce208acf602f0163166dcefb7330d537cedb | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Wed Jul 24 17:34:48 2019 +0100 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Wed Jul 24 17:34:48 2019 +0100 |
tree | 2bfa1507a17e32d2e8f8576c4f39ed5d491ec2e4 | |
parent | 18e17665fdc03711c3759df464b1197015727cc7 [diff] [blame] |
Fix build after y2038 changes in glib. SIOCGSTAMP is defined in linux/sockios.h, not asm/sockios.h now.
diff --git a/src/dnsmasq.h b/src/dnsmasq.h index ff3204a..3ef04ad 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h
@@ -137,6 +137,7 @@ #endif #if defined(HAVE_LINUX_NETWORK) +#include <linux/sockios.h> #include <linux/capability.h> /* There doesn't seem to be a universally-available userspace header for these. */