summaryrefslogtreecommitdiff
path: root/libcpu/i386_disasm.c
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2022-12-20 14:53:43 +0100
committerMark Wielaard <mark@klomp.org>2022-12-20 14:53:43 +0100
commit426db34b65d660c439b31d25308bc346d6272923 (patch)
treed24a7414034932e8bf95b1d694f006375122a40f /libcpu/i386_disasm.c
parent13a4d1279c5b7847049ca3045d04f2705c45ce31 (diff)
downloadelfutils-users/mark/try-non-relative-includes.tar.gz
Do not use relative include paths in library files.users/mark/try-non-relative-includes
Rely on include dirs being set up correctly. Setup libdw AM_CPPFLAGS to include libebl directory. In libdwfl note that debuginfod.h is a generated file in the builddir. Only include it in the one file debuginfod-client.c that really needs it. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'libcpu/i386_disasm.c')
-rw-r--r--libcpu/i386_disasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpu/i386_disasm.c b/libcpu/i386_disasm.c
index 599d1654..c42f8d1c 100644
--- a/libcpu/i386_disasm.c
+++ b/libcpu/i386_disasm.c
@@ -41,7 +41,7 @@
#include <stdlib.h>
#include <string.h>
-#include "../libebl/libeblP.h"
+#include "libeblP.h"
#define MACHINE_ENCODING LITTLE_ENDIAN
#include "memory-access.h"