Fixed Windows compile

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8301 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-05-27 11:53:08 +00:00
parent 085d499ab0
commit 59e4899f68
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#pragma once
#include <netinet/in.h>
#include "util/rsnet.h"
class RsBanList;
extern RsBanList *rsBanList ;

View File

@ -26,11 +26,11 @@
*
*/
#include <netinet/in.h>
#include <inttypes.h>
#include <string>
#include <list>
#include <retroshare/rstypes.h>
#include "util/rsnet.h"
/* The Main Interface Class - for information about your Peers */
class RsDht;