mirror of
https://github.com/transmission/transmission
synced 2025-02-01 03:43:43 +00:00
#1338: fix win32 build errors
This commit is contained in:
parent
34061cb3e0
commit
413211288b
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <string.h> /* memcpy, memcmp, strstr */
|
||||
#include <stdlib.h> /* qsort */
|
||||
#include <stdio.h> /* printf */
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
#include "completion.h"
|
||||
#include "crypto.h"
|
||||
#include "inout.h"
|
||||
#ifdef WIN32
|
||||
#include "net.h" /* for ECONN */
|
||||
#endif
|
||||
#include "peer-io.h"
|
||||
#include "peer-mgr.h"
|
||||
#include "peer-mgr-private.h"
|
||||
|
|
Loading…
Reference in a new issue