certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/test/Billard main.cc


From: certi-cvs
Subject: [certi-cvs] certi/test/Billard main.cc
Date: Mon, 23 Jun 2008 19:02:04 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/06/23 19:02:04

Modified files:
        test/Billard   : main.cc 

Log message:
        Fix compiler warning on Solaris with Sun Studio

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/test/Billard/main.cc?cvsroot=certi&r1=3.22&r2=3.23

Patches:
Index: main.cc
===================================================================
RCS file: /sources/certi/certi/test/Billard/main.cc,v
retrieving revision 3.22
retrieving revision 3.23
diff -u -b -r3.22 -r3.23
--- main.cc     12 Jun 2008 07:39:50 -0000      3.22
+++ main.cc     23 Jun 2008 19:02:03 -0000      3.23
@@ -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: main.cc,v 3.22 2008/06/12 07:39:50 erk Exp $
+// $Id: main.cc,v 3.23 2008/06/23 19:02:03 erk Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -43,7 +43,7 @@
 #include <memory>
 #include <math.h>
 #include <iostream>
-#include <csignal>
+#include <signal.h>
 #include <exception>
 
 #ifndef _WIN32




reply via email to

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