comparison 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
parents f3219f604940
children c6450308f123
comparison
equal deleted inserted replaced
4346:d83f80bb7c43 4347:df44e79ce676
17 along with this program; if not, write to the Free Software Foundation, 17 along with this program; if not, write to the Free Software Foundation,
18 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 18 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
19 19
20 #if !defined LINEBUFFER_H 20 #if !defined LINEBUFFER_H
21 # define LINEBUFFER_H 21 # define LINEBUFFER_H
22
23 # include <stdio.h>
22 24
23 /* A `struct linebuffer' holds a line of text. */ 25 /* A `struct linebuffer' holds a line of text. */
24 26
25 struct linebuffer 27 struct linebuffer
26 { 28 {