summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-hash.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-25 23:29:12 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-25 23:29:12 +0000
commitbeef72b5c0c3bdf705ade933ac48c0d9fa184083 (patch)
tree393b74f3c33ca76ed512a7405de643dc81b1bb8e /ldso/ldso/dl-hash.c
parentbb6334f6f024ca7f2d66d282e4cd34180f102a3e (diff)
Move libdl and udate build method a bit
-Erik
Diffstat (limited to 'ldso/ldso/dl-hash.c')
-rw-r--r--ldso/ldso/dl-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/dl-hash.c b/ldso/ldso/dl-hash.c
index 4eab974a8..048c27738 100644
--- a/ldso/ldso/dl-hash.c
+++ b/ldso/ldso/dl-hash.c
@@ -25,7 +25,7 @@
#include <linux/unistd.h>
#include <linux/elf.h>
-#include "libdl/dlfcn.h"
+#include "dlfcn.h"
#include "hash.h"
#include "linuxelf.h"
#include "syscall.h"