From ea2a4f26584f78eb7fcee42b140111ac44597790 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 30 Nov 2005 13:05:03 +0000 Subject: [PATCH] (gl_FUNC_OPENAT): Require openat-priv.h. --- m4/openat.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/openat.m4 b/m4/openat.m4 index ffeb06a08e..d7118cae30 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. -- 2.47.3