Author: sebor
Date: Wed Feb 15 09:05:40 2006
New Revision: 378035
URL: http://svn.apache.org/viewcvs?rev=378035&view=rev
Log:
2006-02-15 Martin Sebor <[EMAIL PROTECTED]>
* collate.cpp (<cstring>): #included for strchr().
Modified:
incubator/stdcxx/trunk/util/collate.cpp
Modified: incubator/stdcxx/trunk/util/collate.cpp
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/util/collate.cpp?rev=378035&r1=378034&r2=378035&view=diff
==============================================================================
--- incubator/stdcxx/trunk/util/collate.cpp (original)
+++ incubator/stdcxx/trunk/util/collate.cpp Wed Feb 15 09:05:40 2006
@@ -2,7 +2,7 @@
*
* collate.cpp
*
- * $Id: //stdlib/dev/source/stdlib/util/collate.cpp#4 $
+ * $Id$
*
***************************************************************************
*
@@ -33,6 +33,7 @@
#include <cctype> // for toupper()
#include <cstdio> // for sprintf()
#include <cstdlib> // for strtoul()
+#include <cstring> // for strchr()
void Def::process_weights (collate_entry_t& entry)