diff options
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/w32.c b/src/w32.c index 0966b8df1ce..93eb6284cf2 100644 --- a/src/w32.c +++ b/src/w32.c @@ -42,8 +42,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include <mbstring.h> /* for _mbspbrk, _mbslwr, _mbsrchr, ... */ -#include <sys/socket.h> - #undef access #undef chdir #undef chmod @@ -205,6 +203,7 @@ typedef struct _REPARSE_DATA_BUFFER { #endif /* TCP connection support. */ +#include <sys/socket.h> #undef socket #undef bind #undef connect |