From 26d4e426852aa8c0784d25dee1dc6cff03835fa4 Mon Sep 17 00:00:00 2001 From: mafoste3 Date: Mon, 29 Sep 2025 11:57:44 -0500 Subject: [PATCH] Initial fix-1513 --- src/os/rtems/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/os/rtems/CMakeLists.txt b/src/os/rtems/CMakeLists.txt index 2358ae844..998909b85 100644 --- a/src/os/rtems/CMakeLists.txt +++ b/src/os/rtems/CMakeLists.txt @@ -58,7 +58,8 @@ endif () # Leverage the "standard" BSD socket code if network is enabled if (OSAL_CONFIG_INCLUDE_NETWORK) list(APPEND RTEMS_IMPL_SRCLIST - src/os-impl-network.c + ../portable/os-impl-no-network-gethostid.c + ../portable/os-impl-no-network-gethostname.c ../portable/os-impl-bsd-sockets.c ../portable/os-impl-bsd-select.c )