Author: sebor
Date: Sat Jan 14 11:53:28 2006
New Revision: 369084

URL: http://svn.apache.org/viewcvs?rev=369084&view=rev
Log:
2006-01-14  Martin Sebor  <[EMAIL PROTECTED]>

        * 25.rotate.cpp (<printf.h>): Corrected a typo.

Modified:
    incubator/stdcxx/trunk/tests/algorithms/25.rotate.cpp

Modified: incubator/stdcxx/trunk/tests/algorithms/25.rotate.cpp
URL: 
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/tests/algorithms/25.rotate.cpp?rev=369084&r1=369083&r2=369084&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/algorithms/25.rotate.cpp (original)
+++ incubator/stdcxx/trunk/tests/algorithms/25.rotate.cpp Sat Jan 14 11:53:28 
2006
@@ -25,7 +25,7 @@
 
 #include <alg_test.h>
 #include <driver.h>     // for rw_test()
-#include <snprintfa.h>  // for rw_asnprintf()
+#include <printf.h>     // for rw_asnprintf()
 
 _RWSTD_NAMESPACE (std) { 
 


Reply via email to