diff options
Diffstat (limited to 'ldso/util')
-rw-r--r-- | ldso/util/ldd.c | 2 |
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))); |