summaryrefslogtreecommitdiff
path: root/i386/i386at/kd_event.h
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-12-18 12:17:49 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-12-18 12:17:49 +0100
commitb2c50e9cac17f5284401c22b5d912edf6e49f6ed (patch)
treee332c9f7e012d03fbf917e8c64d66e802bbe3f02 /i386/i386at/kd_event.h
parentf533e173fccb40aac5c3e7f4f2277f3cdec5d029 (diff)
i386: add missing includes
* i386/i386at/kd_event.h: Add missing includes.
Diffstat (limited to 'i386/i386at/kd_event.h')
-rw-r--r--i386/i386at/kd_event.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/i386/i386at/kd_event.h b/i386/i386at/kd_event.h
index f1295cb..9568fa5 100644
--- a/i386/i386at/kd_event.h
+++ b/i386/i386at/kd_event.h
@@ -26,6 +26,10 @@
#ifndef _KD_EVENT_H_
#define _KD_EVENT_H_
+#include <sys/types.h>
+#include <device/io_req.h>
+#include <i386at/kd.h>
+
extern void X_kdb_enter (void);
extern void X_kdb_exit (void);