OSDN Git Service

* src/locale-inst.cc: Include <bits/std_cstdlib.h>
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Dec 2001 00:39:43 +0000 (00:39 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Dec 2001 00:39:43 +0000 (00:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48259 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/src/locale-inst.cc

index cc6c031..7198acf 100644 (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>
index 0688db9..2cbd506 100644 (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>