summaryrefslogtreecommitdiff
path: root/ldso/util/ldd.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-24 20:39:51 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-24 20:39:51 +0000
commit4a8caed2ad95e0c07f57051c39fc7bbe81c548d7 (patch)
treee5712ffa91495c85104e829e31306697897bf839 /ldso/util/ldd.c
parent5c86faa2e23a489b53088ee71f20e08f5fac561c (diff)
Silence a warning
Diffstat (limited to 'ldso/util/ldd.c')
-rw-r--r--ldso/util/ldd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/util/ldd.c b/ldso/util/ldd.c
index 62c479ba3..640da41f0 100644
--- a/ldso/util/ldd.c
+++ b/ldso/util/ldd.c
@@ -28,6 +28,8 @@
#include "../config.h"
#include "readelf.h"
+extern int uselib(const char *library);
+
#ifdef __GNUC__
void warn(char *fmt, ...) __attribute__ ((format (printf, 1, 2)));
void error(char *fmt, ...) __attribute__ ((format (printf, 1, 2)));