summaryrefslogtreecommitdiff
path: root/payloads/bayou/util/pbuilder/liblar/self.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-20 23:04:46 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-20 23:04:46 +0000
commit7b769126d0065e237eea2fcb0b8218781faf4d1c (patch)
tree1fea98917e80d44ec5aaf2b4f949cad044bbe748 /payloads/bayou/util/pbuilder/liblar/self.c
parentbda29314c25aca190071988ec9adfb42f4ba5114 (diff)
bayou compile fixes
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5468 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/bayou/util/pbuilder/liblar/self.c')
-rw-r--r--payloads/bayou/util/pbuilder/liblar/self.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/bayou/util/pbuilder/liblar/self.c b/payloads/bayou/util/pbuilder/liblar/self.c
index c7fff3d97f..b26356688d 100644
--- a/payloads/bayou/util/pbuilder/liblar/self.c
+++ b/payloads/bayou/util/pbuilder/liblar/self.c
@@ -23,7 +23,7 @@
#include <string.h>
#include <stdlib.h>
#include <sys/stat.h>
-#include <elf.h>
+#include "elf.h"
#include <sys/mman.h>
#include <unistd.h>
#include <fcntl.h>