diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 07:14:26 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 07:14:26 +0000 |
commit | 6219f8bffe4b0bab0456d029c3f001c8d4d187a6 (patch) | |
tree | 50fbc78cbb6333471916fb1756a99376d56e83bd /nt/inc | |
parent | 489f93712159771f38253bdc9c7906356c606061 (diff) | |
download | emacs-6219f8bffe4b0bab0456d029c3f001c8d4d187a6.tar.gz |
Use new name w32.h for nt.h
Diffstat (limited to 'nt/inc')
-rw-r--r-- | nt/inc/sys/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index 4ea1e44cd12..a8f00f83502 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h @@ -44,7 +44,7 @@ #undef FD_ISSET #undef FD_ZERO #undef fd_set -#include "nt.h" +#include "w32.h" #ifdef HAVE_TIMEVAL #undef timeval |