Pierre d'Herbemont : server: Fix context_powerpc.c compilation.
Module: wine Branch: refs/heads/master Commit: 2c38a7d543289e2653305a786f5c234b29b482f0 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2c38a7d543289e2653305a78... Author: Pierre d'Herbemont <pdherbemont(a)free.fr> Date: Fri Jul 7 12:42:53 2006 +0200 server: Fix context_powerpc.c compilation. --- server/context_powerpc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/context_powerpc.c b/server/context_powerpc.c index e7c4455..5ce6364 100644 --- a/server/context_powerpc.c +++ b/server/context_powerpc.c @@ -34,6 +34,8 @@ #ifdef HAVE_SYS_PTRACE_H # include <sys/ptrace.h> #endif +#include "windef.h" + #if 0 /* no longer used */ #ifndef PTRACE_PEEKUSER @@ -48,8 +50,6 @@ # define PTRACE_POKEUSER PT_WRITE_D # endif #endif /* PTRACE_POKEUSER */ -#include "windef.h" - #include "file.h" #include "thread.h" #include "request.h"
participants (1)
-
Alexandre Julliard