diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-17 23:56:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-17 23:56:47 +0000 |
commit | d957279cfb6845616ef6e5be23d4a79b2f94d578 (patch) | |
tree | 2fd329880067ee58ae434bb959c20d559129568a /stdio-common | |
parent | 57fb9b3868f8a0977ef736a535432c43fef7b6a8 (diff) |
Update.
* stdio-common/bug1.c: Include <stdlib.h> to get prototype for free.
* malloc/malloc.c: Add missing chunk of patch from 1999-07-04.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/bug1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/bug1.c b/stdio-common/bug1.c index 468be5ca22..18e7d4c257 100644 --- a/stdio-common/bug1.c +++ b/stdio-common/bug1.c @@ -1,4 +1,5 @@ #include <stdio.h> +#include <stdlib.h> #include <string.h> int |