certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi RTIA/RTIA.cc libCERTI/TSCClock.cc


From: certi-cvs
Subject: [certi-cvs] certi RTIA/RTIA.cc libCERTI/TSCClock.cc
Date: Fri, 27 Jun 2008 08:22:12 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/06/27 08:22:12

Modified files:
        RTIA           : RTIA.cc 
        libCERTI       : TSCClock.cc 

Log message:
        Fix
        bug #23722 : Compilation errors with gcc 3.4.0 at Fedora 9

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIA/RTIA.cc?cvsroot=certi&r1=3.23&r2=3.24
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/TSCClock.cc?cvsroot=certi&r1=4.3&r2=4.4

Patches:
Index: RTIA/RTIA.cc
===================================================================
RCS file: /sources/certi/certi/RTIA/RTIA.cc,v
retrieving revision 3.23
retrieving revision 3.24
diff -u -b -r3.23 -r3.24
--- RTIA/RTIA.cc        23 Jun 2008 12:49:15 -0000      3.23
+++ RTIA/RTIA.cc        27 Jun 2008 08:22:11 -0000      3.24
@@ -18,7 +18,7 @@
 // along with this program ; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// $Id: RTIA.cc,v 3.23 2008/06/23 12:49:15 erk Exp $
+// $Id: RTIA.cc,v 3.24 2008/06/27 08:22:11 erk Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -26,6 +26,7 @@
 
 #include <assert.h>
 #include <math.h>
+#include <limits.h>
 
 namespace certi {
 namespace rtia {
@@ -200,4 +201,4 @@
 
 }} // namespace certi/rtia
 
-// $Id: RTIA.cc,v 3.23 2008/06/23 12:49:15 erk Exp $
+// $Id: RTIA.cc,v 3.24 2008/06/27 08:22:11 erk Exp $

Index: libCERTI/TSCClock.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/TSCClock.cc,v
retrieving revision 4.3
retrieving revision 4.4
diff -u -b -r4.3 -r4.4
--- libCERTI/TSCClock.cc        10 Aug 2007 11:32:16 -0000      4.3
+++ libCERTI/TSCClock.cc        27 Jun 2008 08:22:11 -0000      4.4
@@ -1,5 +1,7 @@
 #include "TSCClock.hh"
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 namespace certi {
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]