From 32c049a9d8f6f50fa475929a9638e4cf6619e96e Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 18 Mar 2013 00:59:27 +0000 Subject: [PATCH] Include and on all architectures * syscall.c: Include and on all architectures. --- syscall.c | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) 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 -- 2.50.1