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:
Axel Dörfler
2004-10-01 00:28:57 +00:00
parent a83233417d
commit 8384cc5c92
3 changed files with 51 additions and 17 deletions
+3 -1
View File
@@ -7,8 +7,10 @@
#include <OS.h>
#include <Select.h>
#include <module.h>
#include <vfs_types.h>
#include <sys/uio.h>
struct dirent;