From d13cebdee68c964ce7f48557b57f396b51ef5757 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 1 Jan 2005 23:14:53 +0000 Subject: [PATCH] 13189.cc: Fix, first include testsuite_hooks.h, to know whether including ext/enc_filebuf.h. 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. From-SVN: r92791 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc | 4 ++-- libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e7949227c9d7..879ddc1346b9 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 425de9a2c6d7..0072dad881d9 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 adb6c47aabde..e2cd94dade2a 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() { -- 2.47.2