<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/linux/ifxos_linux_copy_user_space_drv.c
+++ b/src/linux/ifxos_linux_copy_user_space_drv.c
@@ -29,7 +29,7 @@
 #ifdef MODULE
    #include &lt;linux/module.h&gt;
 #endif
-#include &lt;asm/uaccess.h&gt;
+#include &lt;linux/uaccess.h&gt;
 
 #include "ifx_types.h"
 #include "ifxos_rt_if_check.h"
--- a/src/linux/ifxos_linux_socket_drv.c
+++ b/src/linux/ifxos_linux_socket_drv.c
@@ -25,7 +25,7 @@
 #endif
 #include &lt;linux/in.h&gt;
 #include &lt;linux/net.h&gt;
-#include &lt;asm/uaccess.h&gt;
+#include &lt;linux/uaccess.h&gt;
 
 #include "ifx_types.h"
 #include "ifxos_rt_if_check.h"
</pre></body></html>