summaryrefslogtreecommitdiff
path: root/libdwfl/linux-pid-attach.c
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-10-21 02:25:46 +0800
committerMark Wielaard <mark@klomp.org>2022-10-28 14:05:07 +0200
commit9f90a3d6636bbf6eec647909f870137eef2d1bd9 (patch)
treefc4fd3467687b228bf0902bc7af6abd92f1c0477 /libdwfl/linux-pid-attach.c
parent13f21dfb9bd09ad4816901ecd63daddc580a8465 (diff)
downloadelfutils-9f90a3d6636bbf6eec647909f870137eef2d1bd9.tar.gz
lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.h
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Diffstat (limited to 'libdwfl/linux-pid-attach.c')
-rw-r--r--libdwfl/linux-pid-attach.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libdwfl/linux-pid-attach.c b/libdwfl/linux-pid-attach.c
index 09cba07b..de867857 100644
--- a/libdwfl/linux-pid-attach.c
+++ b/libdwfl/linux-pid-attach.c
@@ -38,7 +38,6 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <dirent.h>
-#include <unistd.h>
#ifdef __linux__