Commit 2c38a7d5 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard

server: Fix context_powerpc.c compilation.

parent f55c9b65
...@@ -34,6 +34,8 @@ ...@@ -34,6 +34,8 @@
# include <sys/ptrace.h> # include <sys/ptrace.h>
#endif #endif
#include "windef.h"
#if 0 /* no longer used */ #if 0 /* no longer used */
#ifndef PTRACE_PEEKUSER #ifndef PTRACE_PEEKUSER
...@@ -48,8 +50,6 @@ ...@@ -48,8 +50,6 @@
# endif # endif
#endif /* PTRACE_POKEUSER */ #endif /* PTRACE_POKEUSER */
#include "windef.h"
#include "file.h" #include "file.h"
#include "thread.h" #include "thread.h"
#include "request.h" #include "request.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment