minor fixes to dht tests.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5921 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-12-01 12:49:52 +00:00
parent 9f12ce34b1
commit 860909a788
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
*
*/
#include <stdio.h>
#include "util/bdbloom.h"
#include "bitdht/bdstddht.h"
#include <iostream>

View File

@ -23,7 +23,7 @@
*
*/
#include <sstream>
#include "util/bdbloom.h"
#include "bitdht/bdstddht.h"
#include <iostream>

View File

@ -4,8 +4,8 @@
###########################################################################
#Define OS.
#
#OS = Linux
OS = MacOSX
OS = Linux
#OS = MacOSX
#OS = Cygwin
#OS = Win # MinGw.
###########################################################################