Index: autobahn-23.6.2/autobahn/nvx/_utf8validator.c =================================================================== --- autobahn-23.6.2.orig/autobahn/nvx/_utf8validator.c +++ autobahn-23.6.2/autobahn/nvx/_utf8validator.c @@ -27,10 +27,14 @@ #include #include +#ifdef __s390__ +#include +#else // http://stackoverflow.com/questions/11228855/header-files-for-simd-intrinsics #if defined(__SSE2__) || defined(__SSE4_1__) #include #endif +#endif #define UTF8_ACCEPT 0