Fix build after y2038 changes in glib.

SIOCGSTAMP is defined in linux/sockios.h, not asm/sockios.h now.
This commit is contained in:
Jiri Slaby
2019-07-24 17:34:48 +01:00
committed by Simon Kelley
parent 18e17665fd
commit 3052ce208a

View File

@@ -137,6 +137,7 @@ typedef unsigned long long u64;
#endif #endif
#if defined(HAVE_LINUX_NETWORK) #if defined(HAVE_LINUX_NETWORK)
#include <linux/sockios.h>
#include <linux/capability.h> #include <linux/capability.h>
/* There doesn't seem to be a universally-available /* There doesn't seem to be a universally-available
userspace header for these. */ userspace header for these. */