From: Dmitry V. Levin Date: Mon, 18 Mar 2013 00:59:27 +0000 (+0000) Subject: Include and on all architectures X-Git-Tag: v4.8~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32c049a9d8f6f50fa475929a9638e4cf6619e96e;p=strace Include and on all architectures * syscall.c: Include and on all architectures. --- diff --git a/syscall.c b/syscall.c index 42aad40a..e3fcc016 100644 --- a/syscall.c +++ b/syscall.c @@ -65,25 +65,15 @@ # include #endif -#if defined(X86_64) || defined(X32) -# include +/* for struct iovec */ +#include +/* for NT_PRSTATUS */ +#ifdef HAVE_ELF_H # include #endif #if defined(AARCH64) # include -# include -# include -#endif - -#if defined(OR1K) -# include -# include -#endif - -#if defined(METAG) -# include -# include #endif #ifndef ERESTARTSYS