diff options
| author | Mark Wielaard <[email protected]> | 2017-05-31 17:24:14 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-05-31 18:10:22 +0200 |
| commit | 13c3e00ba629586ae42c316ae4ed6c3f04282a82 (patch) | |
| tree | c71ef64f8ce1f72151044e69e7f01bb29d3ca235 /libdwfl/image-header.c | |
| parent | 8581fde6f7401a5db1e9a4757d748c5ad7bd2142 (diff) | |
| parent | 6358858c4d65e8fb12a112198ee1d4bcab0be876 (diff) | |
Merge tag 'elfutils-0.169' into mjw/RH-DTSdts-0.169
elfutils 0.169 release
Conflicts:
ChangeLog
tests/run-elflint-test.sh
tests/run-readelf-A.sh
Diffstat (limited to 'libdwfl/image-header.c')
| -rw-r--r-- | libdwfl/image-header.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdwfl/image-header.c b/libdwfl/image-header.c index 62ccc3e3..25fbfd99 100644 --- a/libdwfl/image-header.c +++ b/libdwfl/image-header.c @@ -26,6 +26,10 @@ the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #include "libdwflP.h" #include "system.h" |
