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 /platform/android | |
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 'platform/android')
-rw-r--r-- | platform/android/net_socket_android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/net_socket_android.h b/platform/android/net_socket_android.h index 26cb2d4e3d..452553ab1c 100644 --- a/platform/android/net_socket_android.h +++ b/platform/android/net_socket_android.h @@ -31,7 +31,7 @@ #ifndef NET_SOCKET_ANDROID_H #define NET_SOCKET_ANDROID_H -#include "drivers/unix/net_socket_posix.h" +#include "drivers/unix/net_socket_unix.h" #include <jni.h> |