Some header work to reduce dependencies. Also fixes the debug build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10434 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
#define _FD_H
|
||||
|
||||
|
||||
#include <vfs.h>
|
||||
#include <team.h>
|
||||
#include <thread.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct file_descriptor;
|
||||
struct select_sync;
|
||||
|
||||
struct fd_ops {
|
||||
|
||||
Reference in New Issue
Block a user