This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[v3] c_locale_gnu.h include



whoops...

2001-02-20  Benjamin Kosnik  <bkoz@redhat.com>

	* config/c_locale_gnu.h: Add clocale include.

Index: config/c_locale_gnu.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/config/c_locale_gnu.h,v
retrieving revision 1.1
diff -c -p -r1.1 c_locale_gnu.h
*** c_locale_gnu.h	2001/01/30 09:18:50	1.1
--- c_locale_gnu.h	2001/02/21 19:06:01
***************
*** 33,38 ****
--- 33,40 ----
  
  // Written by Benjamin Kosnik <bkoz@redhat.com>
  
+ #include <clocale>
+ 
  namespace std
  {
    typedef __locale_t		__c_locale;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]