certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/libCERTI SemaphorePosix.hh [br_CERTI_SHM_NEWGEN_dev]


From: certi-cvs
Subject: [certi-cvs] certi/libCERTI SemaphorePosix.hh [br_CERTI_SHM_NEWGEN_dev]
Date: Mon, 12 Oct 2009 13:04:43 +0000

CVSROOT:        /sources/certi
Module name:    certi
Branch:         br_CERTI_SHM_NEWGEN_dev
Changes by:     Eric NOULARD <erk>      09/10/12 13:04:43

Modified files:
        libCERTI       : SemaphorePosix.hh 

Log message:
        Posix <semaphore.h> was missing

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/SemaphorePosix.hh?cvsroot=certi&only_with_tag=br_CERTI_SHM_NEWGEN_dev&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: SemaphorePosix.hh
===================================================================
RCS file: /sources/certi/certi/libCERTI/Attic/SemaphorePosix.hh,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- SemaphorePosix.hh   12 Oct 2009 09:08:45 -0000      1.1.2.3
+++ SemaphorePosix.hh   12 Oct 2009 13:04:43 -0000      1.1.2.4
@@ -16,6 +16,7 @@
 
 // Specifics includes
 #include "Semaphore.hh"
+#include <semaphore.h>
 
 class SemaphorePosix : public Semaphore {
     private :




reply via email to

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