]> Zhao Yanbai Git Server - minix.git/commitdiff
Fixes broken orinoco compilation in r6119
authorTomas Hruby <tom@minix3.org>
Tue, 9 Feb 2010 16:43:34 +0000 (16:43 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 9 Feb 2010 16:43:34 +0000 (16:43 +0000)
drivers/orinoco/orinoco.c

index e40589ef59dfef88fef0a123010de0176c60739e..f11bc695ab0af5da142469ce8047e6980f395c1f 100644 (file)
@@ -62,9 +62,9 @@
 #include       <ibm/pci.h>
 #include       <minix/ds.h>
 #include       <minix/endpoint.h>
-#include       <kernel/const.h>
-#include       <kernel/config.h>
-#include       <kernel/type.h>
+#include       "../../kernel/const.h"
+#include       "../../kernel/config.h"
+#include       "../../kernel/type.h"
 
 #define                VERBOSE         1       /* display message during init */