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 #pragma once
#include <netinet/in.h> #include "util/rsnet.h"
class RsBanList; class RsBanList;
extern RsBanList *rsBanList ; extern RsBanList *rsBanList ;

View file

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