diff options
| author | Eli Zaretskii | 2016-12-04 19:59:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-12-04 19:59:17 +0200 |
| commit | de4624c99ea5bbe38ad5aff7b6461cc5c740d0be (patch) | |
| tree | 1b57de9e769cdb695cb2cecf157b50f7dea9cfe5 /nt | |
| parent | a486fabb41cdbaa5813c2687fd4008945297d71d (diff) | |
| parent | e7bde34e939451d87fb42a36195086bdbe48b5e1 (diff) | |
| download | emacs-de4624c99ea5bbe38ad5aff7b6461cc5c740d0be.tar.gz emacs-de4624c99ea5bbe38ad5aff7b6461cc5c740d0be.zip | |
Merge branch 'concurrency'
Conflicts (resolved):
configure.ac
src/Makefile.in
src/alloc.c
src/bytecode.c
src/emacs.c
src/eval.c
src/lisp.h
src/process.c
src/regex.c
src/regex.h
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/inc/sys/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index 6b9f56f917c..e9a021a5038 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h | |||
| @@ -53,6 +53,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 53 | #include <ws2tcpip.h> | 53 | #include <ws2tcpip.h> |
| 54 | /* process.c uses uint16_t (from C99) for IPv6, but | 54 | /* process.c uses uint16_t (from C99) for IPv6, but |
| 55 | apparently it is not defined in some versions of mingw and msvc. */ | 55 | apparently it is not defined in some versions of mingw and msvc. */ |
| 56 | #include <stdint.h> | ||
| 56 | #ifndef UINT16_C | 57 | #ifndef UINT16_C |
| 57 | typedef unsigned short uint16_t; | 58 | typedef unsigned short uint16_t; |
| 58 | #endif | 59 | #endif |