summaryrefslogtreecommitdiff
path: root/ext/pathname/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pathname/extconf.rb')
-rw-r--r--ext/pathname/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pathname/extconf.rb b/ext/pathname/extconf.rb
index 6720903e88..037f10065d 100644
--- a/ext/pathname/extconf.rb
+++ b/ext/pathname/extconf.rb
@@ -1,2 +1,3 @@
require 'mkmf'
+have_struct_member("struct stat", "st_birthtimespec", "sys/stat.h")
create_makefile('pathname')