* libio/freopen.c: Include <stdlib.h> for free declaration.
* libio/freopen64.c: Likewise.
2001-07-07 Ulrich Drepper <drepper@redhat.com>
+ * libio/freopen.c: Include <stdlib.h> for free declaration.
+ * libio/freopen64.c: Likewise.
+
* sysdeps/alpha/fpu/libm-test-ulps: Add deltas for tanh(-0.7).
2001-07-06 Jakub Jelinek <jakub@redhat.com>
#include "libioP.h"
#include "stdio.h"
+#include <stdlib.h>
#include <shlib-compat.h>
#include <fd_to_filename.h>
#include "libioP.h"
#include "stdio.h"
+#include <stdlib.h>
#include <fd_to_filename.h>