X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=support%2Frecho.c;h=287fffb71c7a43062acb9098cb1a129f8cfb65a1;hb=95732b497d12c98613bb3c5db16b61f377501a59;hp=c622582e8c83be0033dbad1e88aef3bb2df879c3;hpb=eb87367179effbe5f430236db8259006d71438b7;p=platform%2Fupstream%2Fbash.git diff --git a/support/recho.c b/support/recho.c index c622582..287fffb 100644 --- a/support/recho.c +++ b/support/recho.c @@ -6,7 +6,7 @@ chet@po.cwru.edu */ -/* Copyright (C) 2002 Free Software Foundation, Inc. +/* Copyright (C) 2002-2005 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -23,7 +23,11 @@ You should have received a copy of the GNU General Public License along with Bash; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ +#if defined (HAVE_CONFIG_H) +# include +#endif +#include "bashansi.h" #include void strprint();