diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-11 20:27:20 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-11 20:27:20 +0000 |
commit | 33b4bcab9ca33db37b69162dc965c9ac04921b93 (patch) | |
tree | b73a13654c97c581bf68daa700c231c5000f2114 /gnu/usr.bin/ld/shlib.c | |
parent | 2dfd9372f29bb26e55b482d80e77f7189450c11c (diff) |
Make usable as a cross-linker
Diffstat (limited to 'gnu/usr.bin/ld/shlib.c')
-rw-r--r-- | gnu/usr.bin/ld/shlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/ld/shlib.c b/gnu/usr.bin/ld/shlib.c index c6057bb4611..f5e7f148c03 100644 --- a/gnu/usr.bin/ld/shlib.c +++ b/gnu/usr.bin/ld/shlib.c @@ -41,6 +41,7 @@ int isdigit(); #include <sys/stat.h> #include <sys/file.h> #include <sys/time.h> +#include <ranlib.h> #include <a.out.h> #include <ctype.h> #include <dirent.h> |