aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 02db3483ff2..90c15de2913 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1,6 +1,6 @@
1/* Synchronous subprocess invocation for GNU Emacs. 1/* Synchronous subprocess invocation for GNU Emacs.
2 2
3Copyright (C) 1985-1988, 1993-1995, 1999-2016 Free Software Foundation, 3Copyright (C) 1985-1988, 1993-1995, 1999-2017 Free Software Foundation,
4Inc. 4Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
@@ -32,7 +32,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
32#include "lisp.h" 32#include "lisp.h"
33 33
34#ifdef WINDOWSNT 34#ifdef WINDOWSNT
35#define NOMINMAX
36#include <sys/socket.h> /* for fcntl */ 35#include <sys/socket.h> /* for fcntl */
37#include <windows.h> 36#include <windows.h>
38#include "w32.h" 37#include "w32.h"