summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/smart_socket.hpp
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 /include/ocl/smart_socket.hpp
parentc62d8578cc50f20fe65624afdf642c1763b3547d (diff)
chore: API cleanup and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/smart_socket.hpp')
-rw-r--r--include/ocl/smart_socket.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ocl/smart_socket.hpp b/include/ocl/smart_socket.hpp
index cba177c..81094fd 100644
--- a/include/ocl/smart_socket.hpp
+++ b/include/ocl/smart_socket.hpp
@@ -9,7 +9,10 @@
#define __OCL_SMART_SOCKET
#include <ocl/detail/config.hpp>
-#include <ocl/unique_socket.hpp>
#include <boost/asio.hpp>
+#ifdef OCL_POSIX
+# include <ocl/posix/unique_socket.hpp>
+#endif
+
#endif // __OCL_SMART_SOCKET \ No newline at end of file