mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
It's FreeBSD ioctl, but adding correct include feels more correct than QA_SKIPping it. Closes: https://bugs.gentoo.org/900268 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40423 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
320 B
Diff
12 lines
320 B
Diff
Fix handwritten check for SIOCGIFALIAS on FreeBSD
|
|
https://bugs.gentoo.org/900268
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -413,6 +413,7 @@
|
|
#include <stddef.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+ #include <sys/ioctl.h>
|
|
#ifdef HAVE_SYS_SOCKIO_H
|
|
#include <sys/sockio.h>
|
|
#endif
|