]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix compilation breakage on platforms that do already have a definition
authorJulian Seward <jseward@acm.org>
Sun, 24 Apr 2016 17:11:44 +0000 (17:11 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 24 Apr 2016 17:11:44 +0000 (17:11 +0000)
for Elf{32,64}_Chdr.  This is fallout from r15868.  That commit provided
a configure test, but the resulting config.h was not included here, causing
the test results to be ignored.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15869

coregrind/m_debuginfo/readelf.c

index c3731d5e99b1a339f983f533ce373bf40012d341..60ab3cb6ad69007180bff74edec768dfb00b4d2f 100644 (file)
@@ -51,6 +51,7 @@
 #include "priv_readdwarf.h"        /* 'cos ELF contains DWARF */
 #include "priv_readdwarf3.h"
 #include "priv_readexidx.h"
+#include "config.h"
 
 /* --- !!! --- EXTERNAL HEADERS start --- !!! --- */
 #include <elf.h>