certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/libCERTI SHMPosix.cc


From: certi-cvs
Subject: [certi-cvs] certi/libCERTI SHMPosix.cc
Date: Mon, 22 Mar 2010 16:15:45 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      10/03/22 16:15:45

Modified files:
        libCERTI       : SHMPosix.cc 

Log message:
        Missing include breaks compilation on FreeBSD

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/SHMPosix.cc?cvsroot=certi&r1=3.1&r2=3.2

Patches:
Index: SHMPosix.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/SHMPosix.cc,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -b -r3.1 -r3.2
--- SHMPosix.cc 16 Jan 2010 20:17:14 -0000      3.1
+++ SHMPosix.cc 22 Mar 2010 16:15:45 -0000      3.2
@@ -1,6 +1,7 @@
 // SHM useful systems includes
 #include <sys/types.h>
 #include <sys/mman.h>
+#include <sys/stat.h>
 #include <fcntl.h>
 
 // Others Systems includes




reply via email to

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