(gl_FUNC_OPENAT): Require openat-priv.h.
authorJim Meyering <jim@meyering.net>
Wed, 30 Nov 2005 13:05:03 +0000 (13:05 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 30 Nov 2005 13:05:03 +0000 (13:05 +0000)
m4/openat.m4

index ffeb06a..d7118ca 100644 (file)
@@ -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.