X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fyesno.c;h=7b928bc3ed0a282d5b59c7fd9c7c530df66f9742;hb=3336e16fb39ca0fafa5185797f0f0b9431c2330d;hp=8aaaf3d4b63a1d7c8bc0749e0f7306d870c598d9;hpb=67f394c1d2be473276ccd5e071f986511a13e212;p=gnulib.git diff --git a/lib/yesno.c b/lib/yesno.c index 8aaaf3d4b..7b928bc3e 100644 --- a/lib/yesno.c +++ b/lib/yesno.c @@ -1,5 +1,5 @@ /* yesno.c -- read a yes/no response from stdin - Copyright (C) 1990, 1998 Free Software Foundation, Inc. + Copyright (C) 1990, 1998, 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 #endif #include +#include "unlocked-io.h" /* Read one line from standard input and return nonzero if that line begins with y or Y,