diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-12-14 21:43:12 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-12-14 21:43:12 +0200 |
commit | 7e90af267484ac6f286e91f55d38a31dd36c2395 (patch) | |
tree | c81da097740fc8d0f277a0f9f7a817b135d62522 /src/makefile.w32-in | |
parent | 97976f9f3fcf588535bf4afad71de92860bb2f8e (diff) | |
download | emacs-7e90af267484ac6f286e91f55d38a31dd36c2395.tar.gz |
Fix compilation warnings in the Windows build.
src/editfns.c [HAVE_PWD_H]: Include grp.h.
src/makefile.w32-in ($(BLD)/editfns.$(O)): Add $(NT_INC)/grp.h.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index facf79cf849..b595defdf6b 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -781,6 +781,7 @@ $(BLD)/editfns.$(O) : \ $(SRC)/editfns.c \ $(SRC)/blockinput.h \ $(NT_INC)/pwd.h \ + $(NT_INC)/grp.h \ $(NT_INC)/unistd.h \ $(GNU_LIB)/intprops.h \ $(GNU_LIB)/strftime.h \ |