From 1d44267275efdcee3c3584eaa79baccad54266b3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 7 Jul 2013 21:48:16 +0300 Subject: MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu. nt/inc/sys/socket.h (F_SETFD, O_CLOEXEC, F_DUPFD_CLOEXEC) (FD_CLOEXEC): New macros. src/w32.c (sys_dup): Declare prototype. src/filelock.c: src/emacs.c: src/callproc.c [WINDOWSNT]: Include sys/socket.h. --- src/filelock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/filelock.c') diff --git a/src/filelock.c b/src/filelock.c index 1fcd2432484..6e939f271d7 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -47,6 +47,7 @@ along with GNU Emacs. If not, see . */ #include "systime.h" #ifdef WINDOWSNT #include +#include /* for fcntl */ #include "w32.h" /* for dostounix_filename */ #endif -- cgit v1.2.3