aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libelf/elf.c')
-rw-r--r--lib/libelf/elf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libelf/elf.c b/lib/libelf/elf.c
index 93e5762..359f628 100644
--- a/lib/libelf/elf.c
+++ b/lib/libelf/elf.c
@@ -1,5 +1,5 @@
/******************************************************************************
- * Copyright (c) 2004, 2007 IBM Corporation
+ * Copyright (c) 2004, 2008 IBM Corporation
* All rights reserved.
* This program and the accompanying materials
* are made available under the terms of the BSD License
@@ -14,6 +14,7 @@
#include <string.h>
#include <cpu.h>
+#include <libelf.h>
struct ehdr {
unsigned int ei_ident;