25f1e8
From 3052ce208acf602f0163166dcefb7330d537cedb Mon Sep 17 00:00:00 2001
25f1e8
From: Jiri Slaby <jslaby@suse.cz>
25f1e8
Date: Wed, 24 Jul 2019 17:34:48 +0100
25f1e8
Subject: [PATCH] Fix build after y2038 changes in glib.
25f1e8
25f1e8
SIOCGSTAMP is defined in linux/sockios.h, not asm/sockios.h now.
25f1e8
---
25f1e8
 src/dnsmasq.h | 1 +
25f1e8
 1 file changed, 1 insertion(+)
25f1e8
25f1e8
diff --git a/src/dnsmasq.h b/src/dnsmasq.h
25f1e8
index ff3204a..3ef04ad 100644
25f1e8
--- a/src/dnsmasq.h
25f1e8
+++ b/src/dnsmasq.h
25f1e8
@@ -137,6 +137,7 @@ typedef unsigned long long u64;
25f1e8
 #endif
25f1e8
 
25f1e8
 #if defined(HAVE_LINUX_NETWORK)
25f1e8
+#include <linux/sockios.h>
25f1e8
 #include <linux/capability.h>
25f1e8
 /* There doesn't seem to be a universally-available 
25f1e8
    userspace header for these. */
25f1e8
-- 
25f1e8
2.36.1
25f1e8