Moved the select stuff into its own header file for now which is now included
from both, Drivers.h, and fs_interface.h. The latter no longer includes vfs_types.h for iovecs, but <sys/uio.h> for iovec. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9140 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
|
||||
|
||||
#include <OS.h>
|
||||
#include <Select.h>
|
||||
#include <module.h>
|
||||
#include <vfs_types.h>
|
||||
|
||||
#include <sys/uio.h>
|
||||
|
||||
|
||||
struct dirent;
|
||||
|
||||
Reference in New Issue
Block a user