cbuf.h now includes OS.h and not kernel.h anymore. This fixes a strange issue in building the ps2 mouse driver. Thanks to Axel for the advice

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9285 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2004-10-11 23:14:49 +00:00
parent c6a2e89fec
commit 9edda3ec6d
+1 -1
View File
@@ -6,7 +6,7 @@
#define _KERNEL_CBUF_H
#include <kernel.h>
#include <OS.h>
typedef struct cbuf cbuf;