[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] certi/libHLA HLAbuffer.hh
From: |
certi-cvs |
Subject: |
[certi-cvs] certi/libHLA HLAbuffer.hh |
Date: |
Tue, 18 Nov 2008 10:21:34 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 08/11/18 10:21:34
Modified files:
libHLA : HLAbuffer.hh
Log message:
Fix compilation issue on FreeBSD 7
Reported on ML by Martin Spott
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libHLA/HLAbuffer.hh?cvsroot=certi&r1=1.4&r2=1.5
Patches:
Index: HLAbuffer.hh
===================================================================
RCS file: /sources/certi/certi/libHLA/HLAbuffer.hh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- HLAbuffer.hh 14 Nov 2008 23:28:09 -0000 1.4
+++ HLAbuffer.hh 18 Nov 2008 10:21:34 -0000 1.5
@@ -11,7 +11,7 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
-// $Id: HLAbuffer.hh,v 1.4 2008/11/14 23:28:09 gotthardp Exp $
+// $Id: HLAbuffer.hh,v 1.5 2008/11/18 10:21:34 erk Exp $
// ----------------------------------------------------------------------------
#ifndef _HLATYPES_BUFFER_HH
@@ -20,7 +20,7 @@
#include <iostream>
#include <map>
#include <stdexcept>
-#include <malloc.h>
+#include <cstdlib>
#ifdef _MSC_VER
typedef unsigned __int64 uint64_t;
@@ -165,5 +165,5 @@
#endif // _HLATYPES_BUFFER_HH
-// $Id: HLAbuffer.hh,v 1.4 2008/11/14 23:28:09 gotthardp Exp $
+// $Id: HLAbuffer.hh,v 1.5 2008/11/18 10:21:34 erk Exp $