1
0
Fork 0
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:
Charles Kerr 2008-10-10 02:14:51 +00:00
parent 34061cb3e0
commit 413211288b
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@
*/
#include <assert.h>
#include <errno.h>
#include <string.h> /* memcpy, memcmp, strstr */
#include <stdlib.h> /* qsort */
#include <stdio.h> /* printf */

View file

@ -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"