1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* libio/freopen.c: Include <stdlib.h> for free declaration.
	* libio/freopen64.c: Likewise.
This commit is contained in:
Ulrich Drepper
2001-07-08 06:18:45 +00:00
parent 9f2bedd02f
commit 1a35b7fd42
3 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "libioP.h"
#include "stdio.h"
#include <stdlib.h>
#include <shlib-compat.h>
#include <fd_to_filename.h>