server: Fix context_powerpc.c compilation.

This commit is contained in:
Pierre d'Herbemont 2006-07-07 12:42:53 +02:00 committed by Alexandre Julliard
parent f55c9b6511
commit 2c38a7d543
1 changed files with 2 additions and 2 deletions

View File

@ -34,6 +34,8 @@
# include <sys/ptrace.h>
#endif
#include "windef.h"
#if 0 /* no longer used */
#ifndef PTRACE_PEEKUSER
@ -48,8 +50,6 @@
# endif
#endif /* PTRACE_POKEUSER */
#include "windef.h"
#include "file.h"
#include "thread.h"
#include "request.h"