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/files/profile.c b/files/profile.c index 5390012..9aba246 100644 --- a/files/profile.c +++ b/files/profile.c
@@ -26,7 +26,7 @@ #include "heap.h" #include "debugtools.h" #include "options.h" -#include "server.h" +#include "wine/server.h" DEFAULT_DEBUG_CHANNEL(profile);