diff options
Diffstat (limited to 'libstdc++-v3/include/ext')
-rw-r--r-- | libstdc++-v3/include/ext/rope | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/ext/stdio_sync_filebuf.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/include/ext/rope b/libstdc++-v3/include/ext/rope index 45c5de8..0bc371c 100644 --- a/libstdc++-v3/include/ext/rope +++ b/libstdc++-v3/include/ext/rope @@ -58,11 +58,11 @@ #include <bits/allocator.h> #include <ext/hash_fun.h> #include <iosfwd> +#include <bits/gthr.h> # ifdef __GC # define __GC_CONST const # else -# include <bits/gthr.h> # define __GC_CONST // constant except for deallocation # endif diff --git a/libstdc++-v3/include/ext/stdio_sync_filebuf.h b/libstdc++-v3/include/ext/stdio_sync_filebuf.h index f0ec12c..a1d2b38 100644 --- a/libstdc++-v3/include/ext/stdio_sync_filebuf.h +++ b/libstdc++-v3/include/ext/stdio_sync_filebuf.h @@ -1,6 +1,6 @@ // Iostreams wrapper for stdio FILE* -*- C++ -*- -// Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +// Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. // // 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 @@ -39,6 +39,7 @@ #include <streambuf> #include <unistd.h> #include <cstdio> +#include <bits/c++io.h> // For __c_file #ifdef _GLIBCXX_USE_WCHAR_T #include <cwchar> |