* src/locale-inst.cc: Include <bits/std_cstdlib.h>

From-SVN: r48259
This commit is contained in:
Jeff Law 2001-12-21 17:39:43 -07:00 committed by Jeff Law
parent 75da3b53f8
commit 415f500c76
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Fri Dec 21 17:35:21 2001 Jeffrey A Law (law@redhat.com)
* src/locale-inst.cc: Include <bits/std_cstdlib.h>
* configure.target: Fix typo in hpux case.
2001-12-21 Paolo Carlini <pcarlini@unitus.it>

View File

@ -31,6 +31,7 @@
// ISO C++ 14882: 22.1 Locales
//
#include <bits/std_cstdlib.h>
#include <bits/std_clocale.h>
#include <bits/std_cstring.h>
#include <bits/std_cassert.h>