summaryrefslogtreecommitdiffstats
path: root/include/fileutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fileutils.h')
-rw-r--r--include/fileutils.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/fileutils.h b/include/fileutils.h
index 691429ba0..33aba0a0d 100644
--- a/include/fileutils.h
+++ b/include/fileutils.h
@@ -17,4 +17,7 @@ static inline FILE *xfmkstemp(char **tmpname)
}
return ret;
}
-#endif
+
+extern int get_fd_tabsize(void);
+
+#endif /* UTIL_LINUX_FILEUTILS */