Author: sebor
Date: Thu Aug 10 13:48:05 2006
New Revision: 430524

URL: http://svn.apache.org/viewvc?rev=430524&view=rev
Log:
2006-08-10  Martin Sebor  <[EMAIL PROTECTED]>

        * printf.h (<time.h>): #included for struct tm.

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

Modified: incubator/stdcxx/trunk/tests/src/printf.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/src/printf.cpp?rev=430524&r1=430523&r2=430524&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/src/printf.cpp (original)
+++ incubator/stdcxx/trunk/tests/src/printf.cpp Thu Aug 10 13:48:05 2006
@@ -43,6 +43,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>     // for struct tm
 
 #ifndef _RWSTD_NO_WCHAR_H
 #  include <wchar.h>


Reply via email to