Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libedit/read.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libedit/read.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- src/lib/libedit/read.c 2003/08/07 16:44:32 1.26 +++ src/lib/libedit/read.c 2003/09/13 04:18:00 1.27 @@ -1,4 +1,4 @@ -/* $NetBSD: read.c,v 1.26 2003/08/07 16:44:32 agc Exp $ */ +/* $NetBSD: read.c,v 1.27 2003/09/13 04:18:00 mycroft Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: read.c,v 1.26 2003/08/07 16:44:32 agc Exp $"); +__RCSID("$NetBSD: read.c,v 1.27 2003/09/13 04:18:00 mycroft Exp $"); #endif #endif /* not lint && not SCCSID */ @@ -46,6 +46,7 @@ __RCSID("$NetBSD: read.c,v 1.26 2003/08/ * Terminal read functions */ #include +#include #include #include #include "el.h"