diff --git a/SoObjects/SOGo/NSData+Crypto.m b/SoObjects/SOGo/NSData+Crypto.m index 5bf3c515e..f2aeb8745 100644 --- a/SoObjects/SOGo/NSData+Crypto.m +++ b/SoObjects/SOGo/NSData+Crypto.m @@ -23,16 +23,11 @@ * Boston, MA 02111-1307, USA. */ -#if !defined(__OpenBSD__) && !defined(__FreeBSD__) -#include -#endif +#define _XOPEN_SOURCE 600 #include #include -#define _XOPEN_SOURCE 1 -#include - #if defined(HAVE_GNUTLS) #include #include