Commit 38b64aed authored by Richard Weinberger's avatar Richard Weinberger

um: we need sys/user.h only on i386

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent d0af6cbf
......@@ -6,7 +6,9 @@
#include <errno.h>
#include <sys/ptrace.h>
#ifdef __i386__
#include <sys/user.h>
#endif
#include "longjmp.h"
#include "sysdep/ptrace_user.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