diff --git a/src/discoinforesponder.h b/src/discoinforesponder.h index 80bba476a94db5a011270478d48a63a4cabcc77b..5d93e6aa350763f740286c8ac09e35e5e3a9c027 100644 --- a/src/discoinforesponder.h +++ b/src/discoinforesponder.h @@ -27,7 +27,7 @@ #include "Swiften/Elements/DiscoInfo.h" #include "Swiften/Elements/CapsInfo.h" #include -#define HAVE_SWIFTEN_3 SWIFTEN_VERSION >= 0x030000 +#define HAVE_SWIFTEN_3 (SWIFTEN_VERSION >= 0x030000) #if HAVE_SWIFTEN_3 #include #include