summaryrefslogtreecommitdiff
path: root/ext/-test-/file
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-/file')
-rw-r--r--ext/-test-/file/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/-test-/file/extconf.rb b/ext/-test-/file/extconf.rb
index 87a2f4a205..c4cfdadcaf 100644
--- a/ext/-test-/file/extconf.rb
+++ b/ext/-test-/file/extconf.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
$INCFLAGS << " -I$(topdir) -I$(top_srcdir)"
headers = %w[sys/param.h sys/mount.h sys/vfs.h].select {|h| have_header(h)}