summaryrefslogtreecommitdiff
path: root/libdwfl/lines.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 18:41:05 +0100
commit6ecd16410ce1fe5cb0ac5b7c3342c5cc330e3a04 (patch)
treed24a7414034932e8bf95b1d694f006375122a40f /libdwfl/lines.c
parent13a4d1279c5b7847049ca3045d04f2705c45ce31 (diff)
downloadelfutils-6ecd16410ce1fe5cb0ac5b7c3342c5cc330e3a04.tar.gz
Do not use relative include paths in library files.
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 'libdwfl/lines.c')
-rw-r--r--libdwfl/lines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdwfl/lines.c b/libdwfl/lines.c
index 128c0c97..a7f3004a 100644
--- a/libdwfl/lines.c
+++ b/libdwfl/lines.c
@@ -31,7 +31,7 @@
#endif
#include "libdwflP.h"
-#include "../libdw/libdwP.h"
+#include "libdwP.h"
Dwfl_Error
internal_function