ctype_members.cc: Include <cstdio>.
2008-08-09 Paolo Carlini <paolo.carlini@oracle.com> * config/locale/darwin/ctype_members.cc: Include <cstdio>. From-SVN: r138905
This commit is contained in:
parent
ca085fd7b7
commit
a031f958a6
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user