Include <stdlib.h>.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Sep 2003 21:51:00 +0000 (21:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Sep 2003 21:51:00 +0000 (21:51 +0000)
(free): Remove decl.

lib/linebuffer.c

index 770ad62aa57a2b7963c8706180bd8d3b017502e8..e169a989d569a01344f749d94f8e7da7e159b5d6 100644 (file)
 #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