summaryrefslogtreecommitdiff
path: root/ext/socket
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket')
-rw-r--r--ext/socket/extconf.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb
index a6d2af5bd5..67a23e7d4c 100644
--- a/ext/socket/extconf.rb
+++ b/ext/socket/extconf.rb
@@ -30,22 +30,22 @@ end
%w[
sys/feature_tests.h
+ sys/uio.h
xti.h
netinet/in_systm.h
- arpa/inet.h
netinet/tcp.h
netinet/udp.h
- arpa/nameser.h
- resolv.h
+ arpa/inet.h
+ sys/un.h
ifaddrs.h
sys/ioctl.h
sys/sockio.h
net/if.h
sys/param.h
sys/ucred.h
- sys/un.h
- sys/uio.h
ucred.h
+ arpa/nameser.h
+ resolv.h
].each {|h|
if have_header(h, headers)
headers << h