diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 3 |
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 | ||
| 3 | Copyright (C) 1985-1988, 1993-1995, 1999-2016 Free Software Foundation, | 3 | Copyright (C) 1985-1988, 1993-1995, 1999-2017 Free Software Foundation, |
| 4 | Inc. | 4 | Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This 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" |