summaryrefslogtreecommitdiff
path: root/ext/socket/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket/extconf.rb')
-rw-r--r--ext/socket/extconf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb
index a0a4f8e9f7..ad36112926 100644
--- a/ext/socket/extconf.rb
+++ b/ext/socket/extconf.rb
@@ -308,6 +308,8 @@ have_type("struct in6_pktinfo", headers) {|src|
"#else\n" << "#error\n" << ">>>>>> no in6_pktinfo <<<<<<\n" << "#endif\n"
}
+have_type("struct sockcred", headers)
+
$distcleanfiles << "constants.h" << "constdefs.*"
if have_func(test_func)