diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e7949227c9d..879ddc1346b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2005-01-01 Paolo Carlini + + * testsuite/ext/enc_filebuf/char/13189.cc: Fix, first include + testsuite_hooks.h, to know whether including ext/enc_filebuf.h. + * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise. + 2005-01-01 Paolo Carlini * testsuite/27_io/basic_istream/extractors_character/char/1.cc: Fix, diff --git a/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc b/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc index 425de9a2c6d..0072dad881d 100644 --- a/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc +++ b/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003, 2004 Free Software Foundation +// Copyright (C) 2003, 2004, 2005 Free Software Foundation // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -16,10 +16,10 @@ // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, // USA. +#include #ifdef _GLIBCXX_USE___ENC_TRAITS #include #endif -#include void test01() { diff --git a/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc b/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc index adb6c47aabd..e2cd94dade2 100644 --- a/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc +++ b/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003, 2004 Free Software Foundation +// Copyright (C) 2003, 2004, 2005 Free Software Foundation // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -16,10 +16,10 @@ // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, // USA. +#include #ifdef _GLIBCXX_USE___ENC_TRAITS #include #endif -#include void test01() {