Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent d0af6cbf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"