summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Drivers/Ne.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/Drivers/Ne.h b/include/Drivers/Ne.h
index 21135f1..cee3ab3 100644
--- a/include/Drivers/Ne.h
+++ b/include/Drivers/Ne.h
@@ -2,5 +2,9 @@
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/src
-#pragma once
+#ifndef _NE_DDK_H_
+#define _NE_DDK_H_
+#include <libDDK/DriverKit/DriverKit.h>
+
+#endif