summaryrefslogtreecommitdiff
path: root/net-nntp/leafnode/files/leafnode-1.11.11-configure.patch
blob: bf27312579cec881396ba9953ec7db2696853ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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