commit | 37e9503ae895ae46000246af70df029f5addd003 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Jul 19 00:39:09 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jul 19 00:39:09 2001 +0000 |
tree | 2c26e02746cb36332eda8b6c2c8c06fbaae17f51 | |
parent | 37ec927536da80e84066d0cba8d7f06190c5af94 [diff] [blame] |
Moved server.h to include/wine.
diff --git a/scheduler/sysdeps.c b/scheduler/sysdeps.c index dce9b30..15ede6c 100644 --- a/scheduler/sysdeps.c +++ b/scheduler/sysdeps.c
@@ -22,7 +22,7 @@ #endif #include "wine/port.h" #include "thread.h" -#include "server.h" +#include "wine/server.h" #include "winbase.h" #include "wine/exception.h" #include "debugtools.h"