summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/locale
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2008-08-09 15:02:30 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2008-08-09 15:02:30 +0000
commita031f958a6d74818ab537221200abe6ab3f5cf7c (patch)
tree337f94166648f9e904d55a3dd3a5d3660f9b4c00 /libstdc++-v3/config/locale
parentca085fd7b7ba0cd12a6411cc0ff6a3380d82df0a (diff)
downloadgcc-a031f958a6d74818ab537221200abe6ab3f5cf7c.tar.gz
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
Diffstat (limited to 'libstdc++-v3/config/locale')
-rw-r--r--libstdc++-v3/config/locale/darwin/ctype_members.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/config/locale/darwin/ctype_members.cc b/libstdc++-v3/config/locale/darwin/ctype_members.cc
index ebd83219af3..63a422c396a 100644
--- a/libstdc++-v3/config/locale/darwin/ctype_members.cc
+++ b/libstdc++-v3/config/locale/darwin/ctype_members.cc
@@ -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
{