You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2006/04/04 13:43:51 UTC

svn commit: r391274 - /incubator/stdcxx/trunk/tests/src/fmt_bits.cpp

Author: sebor
Date: Tue Apr  4 04:43:47 2006
New Revision: 391274

URL: http://svn.apache.org/viewcvs?rev=391274&view=rev
Log:
2006-04-04  Martin Sebor  <se...@qvdx018242>

	* fmt_bits.cpp (<ctype.h>): Added a missing #include directive.

Modified:
    incubator/stdcxx/trunk/tests/src/fmt_bits.cpp

Modified: incubator/stdcxx/trunk/tests/src/fmt_bits.cpp
URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/tests/src/fmt_bits.cpp?rev=391274&r1=391273&r2=391274&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/src/fmt_bits.cpp (original)
+++ incubator/stdcxx/trunk/tests/src/fmt_bits.cpp Tue Apr  4 04:43:47 2006
@@ -30,6 +30,7 @@
 #include "fmt_defs.h"
 #include <rw_printf.h>
 
+#include <ctype.h>    // for isalnum(), ...
 #include <errno.h>    // for errno, errno constants
 #include <locale.h>
 #include <signal.h>   // for signal constant