forked from Lainports/freebsd-ports
11 lines
238 B
C++
11 lines
238 B
C++
--- libi2pd_client/BOB.cpp.orig 2019-06-07 14:25:55 UTC
|
|
+++ libi2pd_client/BOB.cpp
|
|
@@ -4,6 +4,8 @@
|
|
#include "util.h"
|
|
#include "BOB.h"
|
|
|
|
+#undef isset // Prevent clash with isset macro from param.h
|
|
+
|
|
namespace i2p
|
|
{
|
|
namespace client
|