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:
Axel Dörfler
2004-12-13 22:22:45 +00:00
parent 5c143f85ad
commit 97dda329ed
6 changed files with 29 additions and 21 deletions
+2 -2
View File
@@ -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 {