diff lib/linebuffer.h @ 4347:df44e79ce676

.h files should stand alone, but we shouldn't include <sys/types.h> if we can get away with just <stddef.h>.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 04 Jun 2003 19:22:29 +0000 (2003-06-04)
parents f3219f604940
children c6450308f123
line wrap: on
line diff
--- a/lib/linebuffer.h
+++ b/lib/linebuffer.h
@@ -20,6 +20,8 @@
 #if !defined LINEBUFFER_H
 # define LINEBUFFER_H
 
+# include <stdio.h>
+
 /* A `struct linebuffer' holds a line of text. */
 
 struct linebuffer