1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-23 23:56:08 +02:00

Include <stdlib.h>.

(free): Remove decl.
This commit is contained in:
Jim Meyering
2003-09-10 08:50:00 +00:00
parent 0d87ae92fb
commit e1ddafb2f0

View File

@@ -24,13 +24,12 @@
#endif
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include "linebuffer.h"
#include "unlocked-io.h"
#include "xalloc.h"
void free ();
/* Initialize linebuffer LINEBUFFER for use. */
void