server: Fix context_powerpc.c compilation.
This commit is contained in:
parent
f55c9b6511
commit
2c38a7d543
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue