summaryrefslogtreecommitdiffstats
path: root/libdwfl/linux-pid-attach.c
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2018-09-14 12:28:58 +0200
committerMark Wielaard <[email protected]>2018-09-14 12:28:58 +0200
commit029c76f0d4b06584e370b5fc0112712ba99a6219 (patch)
tree20c91ff0dc7125251b26ded357e71c542b67d5cc /libdwfl/linux-pid-attach.c
parent94c975eefdfbfa9319b7bab69600c76fe6be7910 (diff)
parent52b6b2f1f49e7385527e9f311f248092be0c0b61 (diff)
Merge branch 'master' into mjw/RH-DTSdts-0.174
elfutils 0.174 release Removed new M68K and RISCV tests.
Diffstat (limited to 'libdwfl/linux-pid-attach.c')
-rw-r--r--libdwfl/linux-pid-attach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdwfl/linux-pid-attach.c b/libdwfl/linux-pid-attach.c
index 1133db6c..f19e9b49 100644
--- a/libdwfl/linux-pid-attach.c
+++ b/libdwfl/linux-pid-attach.c
@@ -34,13 +34,13 @@
#include "libdwflP.h"
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/uio.h>
#include <fcntl.h>
#include <dirent.h>
#include <unistd.h>
#ifdef __linux__
+#include <sys/uio.h>
#include <sys/ptrace.h>
#include <sys/syscall.h>
#include <sys/wait.h>