Calculate actual kernel and coin*day rates on the fly.
[novacoin.git] / src / netbase.cpp
index 95d6493..f7975f4 100644 (file)
@@ -6,11 +6,17 @@
 #include "netbase.h"
 #include "util.h"
 #include "sync.h"
+#include "hash.h"
 
 #ifndef WIN32
 #include <sys/fcntl.h>
 #endif
 
+#ifdef _MSC_VER
+#include <BaseTsd.h>
+typedef SSIZE_T ssize_t;
+#endif
+
 #include "strlcpy.h"
 #include <boost/algorithm/string/case_conv.hpp> // for to_lower()