From 4a8caed2ad95e0c07f57051c39fc7bbe81c548d7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 24 Apr 2001 20:39:51 +0000 Subject: Silence a warning --- ldso/util/ldd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldso/util') 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))); -- cgit v1.2.3