diff options
Diffstat (limited to 'lang/intel-compute-runtime/files/patch-includes')
-rw-r--r-- | lang/intel-compute-runtime/files/patch-includes | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/intel-compute-runtime/files/patch-includes b/lang/intel-compute-runtime/files/patch-includes index eeb1a6217c38..2d6951a6c4a0 100644 --- a/lang/intel-compute-runtime/files/patch-includes +++ b/lang/intel-compute-runtime/files/patch-includes @@ -15,11 +15,11 @@ runtime/tbx/tbx_sockets_imp.cpp:107:9: error: unknown type name 'sockaddr_in'; d struct sockaddr { ^ ---- core/os_interface/linux/drm_neo.cpp.orig 2020-02-14 10:58:18 UTC -+++ core/os_interface/linux/drm_neo.cpp -@@ -15,10 +15,10 @@ - #include "core/os_interface/linux/sys_calls.h" - #include "core/utilities/directory.h" +--- shared/source/os_interface/linux/drm_neo.cpp.orig 2020-02-28 16:16:42 UTC ++++ shared/source/os_interface/linux/drm_neo.cpp +@@ -17,10 +17,10 @@ + #include "shared/source/os_interface/os_interface.h" + #include "shared/source/utilities/directory.h" +#include <climits> #include <cstdio> @@ -29,8 +29,8 @@ struct sockaddr { namespace NEO { ---- runtime/tbx/tbx_sockets_imp.cpp.orig 2019-11-22 15:41:47 UTC -+++ runtime/tbx/tbx_sockets_imp.cpp +--- opencl/source/tbx/tbx_sockets_imp.cpp.orig 2020-02-28 16:16:42 UTC ++++ opencl/source/tbx/tbx_sockets_imp.cpp @@ -18,6 +18,7 @@ typedef int socklen_t; #else #include <arpa/inet.h> |