freebsd-ports/security/i2pd/files/patch-libi2pd__client_BOB.cpp
2019-06-13 12:07:51 +00:00

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