diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 09:27:40 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 09:27:40 -0600 |
commit | 1cbe9715eaa43af86c49e9eab171775bdec07972 (patch) | |
tree | 36d04619247358b197c6e899274f44ca6b60a951 /drivers/unix/os_unix.cpp | |
parent | 04f33894f541953a077504be6719ddfd1be779f4 (diff) | |
parent | 0c620b29cdea566577e105b49a2273db7a315675 (diff) | |
download | redot-engine-1cbe9715eaa43af86c49e9eab171775bdec07972.tar.gz |
Merge pull request #98969 from Faless/net/split_sockets
[Net] Split Unix/Windows NetSocket implementation
Diffstat (limited to 'drivers/unix/os_unix.cpp')
-rw-r--r-- | drivers/unix/os_unix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/os_unix.cpp b/drivers/unix/os_unix.cpp index 8a9b130068..b23dba7a49 100644 --- a/drivers/unix/os_unix.cpp +++ b/drivers/unix/os_unix.cpp @@ -38,7 +38,7 @@ #include "drivers/unix/dir_access_unix.h" #include "drivers/unix/file_access_unix.h" #include "drivers/unix/file_access_unix_pipe.h" -#include "drivers/unix/net_socket_posix.h" +#include "drivers/unix/net_socket_unix.h" #include "drivers/unix/thread_posix.h" #include "servers/rendering_server.h" |