summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-11 09:47:13 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-11 09:47:31 +0100
commit881039cd402fc24c43659c9727f89cffce0469fe (patch)
tree7caf7d6f4a260b08cffeab9da3893e0c2213aa19 /tests
parentc62d8578cc50f20fe65624afdf642c1763b3547d (diff)
chore: API cleanup and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/network_basic/network_basic_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/network_basic/network_basic_test.cc b/tests/network_basic/network_basic_test.cc
index 56a410a..21a6668 100644
--- a/tests/network_basic/network_basic_test.cc
+++ b/tests/network_basic/network_basic_test.cc
@@ -5,7 +5,7 @@
* Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
*/
-#include <ocl/unique_socket.hpp>
+#include <ocl/posix/unique_socket.hpp>
#include <ocl/print.hpp>
#include <gtest/gtest.h>