Add OS.h header too, as we should not assert it comes with Drivers.h...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6167 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2004-01-20 00:04:33 +00:00
parent 2e231c2720
commit 338e8e55bc

View File

@ -18,8 +18,8 @@
#include <stdio.h>
#include <string.h>
#include <Drivers.h>
// for B_SET_(NON)BLOCKING_IO
#include <OS.h>
#include <Drivers.h> // for B_SET_(NON)BLOCKING_IO
typedef struct commands_info {