Update of /cvsroot/boost/boost/libs/spirit/example/application/rfcdate
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3773

Modified Files:
      Tag: SPIRIT_1_6
        timestamp.hpp 
Log Message:
Modified inclusion of <ctime> to <time.h>

Index: timestamp.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/spirit/example/application/rfcdate/Attic/timestamp.hpp,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- timestamp.hpp       23 Jul 2004 02:34:01 -0000      1.3.2.1
+++ timestamp.hpp       26 Feb 2007 23:57:17 -0000      1.3.2.2
@@ -1,7 +1,7 @@
 #ifndef INCLUDED_TIMESTAMP_HPP
 #define INCLUDED_TIMESTAMP_HPP
 
-#include <ctime>
+#include <time.h>
 #include <iostream>
 #include <string>
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to