certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/libHLA SemaphorePosix.cc


From: certi-cvs
Subject: [certi-cvs] certi/libHLA SemaphorePosix.cc
Date: Mon, 05 Jul 2010 17:46:28 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      10/07/05 17:46:28

Modified files:
        libHLA         : SemaphorePosix.cc 

Log message:
        Blind fix try for Solaris compile error. (part 2)
        Added _POSIX_C_SOURCE definition.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libHLA/SemaphorePosix.cc?cvsroot=certi&r1=1.2&r2=1.3

Patches:
Index: SemaphorePosix.cc
===================================================================
RCS file: /sources/certi/certi/libHLA/SemaphorePosix.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- SemaphorePosix.cc   5 Jul 2010 17:45:35 -0000       1.2
+++ SemaphorePosix.cc   5 Jul 2010 17:46:28 -0000       1.3
@@ -4,6 +4,7 @@
 #define _POSIX_C_SOURCE 200112L
 #endif
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <Semaphore.hh>
 #include <fcntl.h>
 



reply via email to

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