summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-30 13:05:03 +0000
committerJim Meyering <jim@meyering.net>2005-11-30 13:05:03 +0000
commitea2a4f26584f78eb7fcee42b140111ac44597790 (patch)
tree0d334c2f3f0208b988d004c4b9e7b980b74bb83d /m4
parent798f577bec2584377e9b81a56a561c9d8c85d47a (diff)
downloadcoreutils-ea2a4f26584f78eb7fcee42b140111ac44597790.tar.xz
(gl_FUNC_OPENAT): Require openat-priv.h.
Diffstat (limited to 'm4')
-rw-r--r--m4/openat.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/openat.m4 b/m4/openat.m4
index ffeb06a08..d7118cae3 100644
--- a/m4/openat.m4
+++ b/m4/openat.m4
@@ -10,7 +10,7 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FUNC_OPENAT],
[
- AC_LIBSOURCES([openat.c, openat.h, openat-die.c])
+ AC_LIBSOURCES([openat.c, openat.h, openat-priv.h, openat-die.c])
AC_LIBSOURCES([mkdirat.c])
# No system provides a mkdirat function; compile it unconditionally.