diff options
Diffstat (limited to 'malloc/set-freeres.c')
-rw-r--r-- | malloc/set-freeres.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/malloc/set-freeres.c b/malloc/set-freeres.c index 814bc4a55e..169026cc86 100644 --- a/malloc/set-freeres.c +++ b/malloc/set-freeres.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,6 +19,7 @@ #include <atomicity.h> #include <stdlib.h> #include <set-hooks.h> +#include <libc-internal.h> DEFINE_HOOK (__libc_subfreeres, (void)); |