bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

openat-priv.h needs intprops.h


From: Mark D. Baushke
Subject: openat-priv.h needs intprops.h
Date: Tue, 24 Jan 2006 11:06:47 -0800

Hi Jim,

The openat provided file openat-priv.h tries to
include "intprops.h" but that file is not listed
in the modules/openat file as a dependency.

The following patch seems to fix this problem for me.

There is probably a better way to do it, but I will
leave that to you.

        Thanks!
        -- Mark

Index: modules/openat
===================================================================
RCS file: /sources/gnulib/gnulib/modules/openat,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 openat
--- openat      9 Jan 2006 23:13:57 -0000       1.5
+++ openat      24 Jan 2006 19:01:06 -0000
@@ -2,6 +2,7 @@ Description:
 Open a file at a directory.
 
 Files:
+lib/intprops.h
 lib/mkdirat.c
 lib/openat.c
 lib/openat.h




reply via email to

[Prev in Thread] Current Thread [Next in Thread]