diff options
author | Mark Wielaard <mark@klomp.org> | 2020-11-01 23:45:32 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-11-01 23:45:32 +0100 |
commit | 8dd97a0a871672b3f7a58e1fb50b6f7195d8f32d (patch) | |
tree | 3a86d4fb1d7abf6966ff94a1e25f13f7e1809c48 /libasm/libasm.h | |
parent | 50a6eeef7d87623faa65126dc3d16c2a8e613aea (diff) | |
parent | b503c358dde835d8a1ae3ebd4968755ff396f814 (diff) | |
download | elfutils-dts-0.182.tar.gz |
Merge tag 'elfutils-0.182' into mjw/RH-DTSdts-0.182
elfutils 0.182 release
Diffstat (limited to 'libasm/libasm.h')
-rw-r--r-- | libasm/libasm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libasm/libasm.h b/libasm/libasm.h index a45c9fa3..b67b77dc 100644 --- a/libasm/libasm.h +++ b/libasm/libasm.h @@ -31,6 +31,7 @@ #include <stdbool.h> #include <stdint.h> +#include <gelf.h> typedef struct ebl Ebl; |