From 25d1e1b4133b871195e0bb1dd4062190cf189a8a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 16 Jul 2004 13:23:21 +0000 Subject: Revert this stuff for now --- ldso/include/ldso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/include/ldso.h') diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index e3bc197ae..6c01cebc1 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -18,6 +18,7 @@ #endif /* Pull in compiler and arch stuff */ +#include #include /* Pull in the arch specific type information */ #include @@ -64,7 +65,6 @@ extern int _dl_debug_file; #endif extern void *_dl_malloc(int size); -extern void _dl_free(void *); extern char *_dl_getenv(const char *symbol, char **envp); extern void _dl_unsetenv(const char *symbol, char **envp); extern char *_dl_strdup(const char *string); -- cgit v1.2.3