<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix handwritten check for SIOCGIFALIAS on FreeBSD
https://bugs.gentoo.org/900268
--- a/configure.ac
+++ b/configure.ac
@@ -413,6 +413,7 @@
     #include &lt;stddef.h&gt;
     #include &lt;sys/types.h&gt;
     #include &lt;sys/socket.h&gt;
+    #include &lt;sys/ioctl.h&gt;
     #ifdef HAVE_SYS_SOCKIO_H
     #include &lt;sys/sockio.h&gt;
     #endif
</pre></body></html>