summaryrefslogtreecommitdiffhomepage
path: root/src/libMsg/MsgKit/Network.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-26 10:08:33 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-26 10:08:33 +0100
commit9e746d42d2e3faa526f12ba222f5ee6924dd30f9 (patch)
tree7f1a83f69562a2725bb9cda27c31d120640d2c1c /src/libMsg/MsgKit/Network.h
parent731758b271233b9c11052001ffc20a5a2ca1f365 (diff)
feat! breaking API changes, use header guards and libSystem fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libMsg/MsgKit/Network.h')
-rw-r--r--src/libMsg/MsgKit/Network.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/libMsg/MsgKit/Network.h b/src/libMsg/MsgKit/Network.h
index ca7cf2d3..7a3ea2d9 100644
--- a/src/libMsg/MsgKit/Network.h
+++ b/src/libMsg/MsgKit/Network.h
@@ -4,6 +4,9 @@
======================================== */
-#pragma once
+#ifndef MSGKIT_NETWORK_H
+#define MSGKIT_NETWORK_H
-#include <libMsg/MsgKit/Server.h> \ No newline at end of file
+#include <libMsg/MsgKit/Server.h>
+
+#endif