commit | e66207ebfcfddff49102ce8fa7d7811a8fd6abbe | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Feb 19 00:33:32 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Feb 19 00:33:32 2003 +0000 |
tree | 5fad34e8197fb3378f883f0ee7d2da73f429766a | |
parent | ac13d2f47e2318c93cba90d862ca9598dca2587f [diff] [blame] |
Moved all references to file descriptors out of the generic object structure. Changed the poll()-related routines to deal with file descriptors instead of objects and integrated poll support into fd.c.
diff --git a/server/timer.c b/server/timer.c index 22e4e79..4ca7793 100644 --- a/server/timer.c +++ b/server/timer.c
@@ -28,6 +28,8 @@ #include <sys/types.h> #include "windef.h" + +#include "file.h" #include "handle.h" #include "request.h"