aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain/libelf/elf_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/elftoolchain/libelf/elf_hash.c')
-rw-r--r--contrib/elftoolchain/libelf/elf_hash.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/elftoolchain/libelf/elf_hash.c b/contrib/elftoolchain/libelf/elf_hash.c
index ef7e44d1afdb..373523714bcb 100644
--- a/contrib/elftoolchain/libelf/elf_hash.c
+++ b/contrib/elftoolchain/libelf/elf_hash.c
@@ -24,11 +24,13 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+
#include <libelf.h>
#include "_libelf.h"
-ELFTC_VCSID("$Id: elf_hash.c 3174 2015-03-27 17:13:41Z emaste $");
+ELFTC_VCSID("$Id: elf_hash.c 2225 2011-11-26 18:55:54Z jkoshy $");
/*
* This elf_hash function is defined by the System V ABI.