bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] i386: add missing includes


From: Justus Winter
Subject: [PATCH] i386: add missing includes
Date: Wed, 18 Dec 2013 12:38:32 +0100

* i386/i386at/kd_event.h: Add missing includes.
---
 i386/i386at/kd_event.h | 4 ++++
 1 file changed, 4 insertions(+)

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);
-- 
1.8.5.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]