summaryrefslogtreecommitdiff
path: root/lib/linebuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/linebuffer.c')
-rw-r--r--lib/linebuffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/linebuffer.c b/lib/linebuffer.c
index 3b15d1fb3..5266dc118 100644
--- 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 ();