summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/src/IDLLObject.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKAKit/src/IDLLObject.cc')
-rw-r--r--dev/ZKAKit/src/IDLLObject.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/ZKAKit/src/IDLLObject.cc b/dev/ZKAKit/src/IDLLObject.cc
new file mode 100644
index 00000000..4e5f7aa2
--- /dev/null
+++ b/dev/ZKAKit/src/IDLLObject.cc
@@ -0,0 +1,15 @@
+/*
+ * ========================================================
+ *
+ * minoskrnl
+ * Copyright ZKA Web Services Co., all rights reserved.
+ *
+ * ========================================================
+ */
+
+#include <KernelKit/IDLLObject.h>
+#include <KernelKit/DebugOutput.h>
+
+#include <KernelKit/UserProcessScheduler.h>
+
+using namespace Kernel;