diff options
Diffstat (limited to 'ldso/include/ldso.h')
-rw-r--r-- | ldso/include/ldso.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h> #include <stdarg.h> /* Pull in the arch specific type information */ #include <sys/types.h> @@ -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); |