2008-08-09 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Aug 2008 15:02:30 +0000 (15:02 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Aug 2008 15:02:30 +0000 (15:02 +0000)
* config/locale/darwin/ctype_members.cc: Include <cstdio>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138905 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/darwin/ctype_members.cc

index 1c50b97..af0bee0 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-09  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * config/locale/darwin/ctype_members.cc: Include <cstdio>.
+
 2008-08-08  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/bits/ios_base.h: Undef _IOS_BASE_SEEK_CUR and
index ebd8321..63a422c 100644 (file)
@@ -1,6 +1,6 @@
 // std::ctype implementation details, GNU version -*- C++ -*-
 
-// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 // Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
@@ -38,6 +38,7 @@
 #include <bits/c++locale_internal.h>
 #include <cstdlib>
 #include <cstring>
+#include <cstdio>
 
 namespace std
 {