Mercurial > hg > octave-nkf > gnulib-hg
diff lib/linebuffer.c @ 3618:72422d1e9181
Include unlocked-io.h.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 17 Nov 2001 13:29:42 +0000 |
parents | 807294ed0f4f |
children | 72b3b19fece2 |
line wrap: on
line diff
--- a/lib/linebuffer.c +++ b/lib/linebuffer.c @@ -1,5 +1,5 @@ /* linebuffer.c -- read arbitrarily long lines - Copyright (C) 1986, 1991, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1986, 1991, 1998, 1999, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,6 +24,7 @@ #include <stdio.h> #include <sys/types.h> #include "linebuffer.h" +#include "unlocked-io.h" char *xmalloc (); char *xrealloc ();