From 0fa276e1d5627b04f9e808528e5322dfcc53badf Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 25 Jun 2002 01:03:52 +0000 Subject: merge from gcc --- include/sort.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sort.h') diff --git a/include/sort.h b/include/sort.h index b974059dd..3f3a92f18 100644 --- a/include/sort.h +++ b/include/sort.h @@ -1,5 +1,5 @@ /* Sorting algorithms. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2002 Free Software Foundation, Inc. Contributed by Mark Mitchell . This file is part of GCC. @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ extern "C" { #endif /* __cplusplus */ -#include +#include "ansidecl.h" /* Sort an array of pointers. */ -- cgit v1.2.3