Update dependencies in src/makefile.w32-in.
authorEli Zaretskii <eliz@gnu.org>
Fri, 12 Oct 2012 15:22:50 +0000 (17:22 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 12 Oct 2012 15:22:50 +0000 (17:22 +0200)
 src/makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.

src/ChangeLog
src/makefile.w32-in

index 76f0226..e2ed929 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-12  Eli Zaretskii  <eliz@gnu.org>
 
+       * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
+
        * fileio.c (check_existing): New function.
        (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
        instead of calling 'stat', when what's needed is to check whether
index 40a075d..97e303a 100644 (file)
@@ -835,6 +835,7 @@ $(BLD)/fileio.$(O) : \
        $(NT_INC)/pwd.h \
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
+       $(NT_INC)/sys/file.h \
        $(BUFFER_H) \
        $(CHARACTER_H) \
        $(CODING_H) \