summaryrefslogtreecommitdiffhomepage
path: root/src/libDDK/DriverKit/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libDDK/DriverKit/net.h')
-rw-r--r--src/libDDK/DriverKit/net.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libDDK/DriverKit/net.h b/src/libDDK/DriverKit/net.h
index 5dfe6374..f7bda9e6 100644
--- a/src/libDDK/DriverKit/net.h
+++ b/src/libDDK/DriverKit/net.h
@@ -7,10 +7,13 @@
======================================== */
-#pragma once
+#ifndef DRIVERKIT_NET_H
+#define DRIVERKIT_NET_H
#include <DriverKit/macros.h>
struct DDK_NET_MANIFEST;
/// @brief IFS hooks to plug into the FileMgr.
+
+#endif