[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: |
Mon, 29 Sep 2008 21:05:20 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 08/09/29 21:05:20
Modified files:
libHLA : HLAbuffer.hh
Log message:
Fix compiler warning (gcc 4.3.2-1) telling that free/malloc
were undeclared
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libHLA/HLAbuffer.hh?cvsroot=certi&r1=1.1&r2=1.2
Patches:
Index: HLAbuffer.hh
===================================================================
RCS file: /sources/certi/certi/libHLA/HLAbuffer.hh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- HLAbuffer.hh 2 Aug 2008 14:03:14 -0000 1.1
+++ HLAbuffer.hh 29 Sep 2008 21:05:20 -0000 1.2
@@ -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.1 2008/08/02 14:03:14 gotthardp Exp $
+// $Id: HLAbuffer.hh,v 1.2 2008/09/29 21:05:20 erk Exp $
// ----------------------------------------------------------------------------
#ifndef _HLATYPES_BUFFER_HH
@@ -20,6 +20,7 @@
#include <iostream>
#include <map>
#include <stdexcept>
+#include <malloc.h>
#ifdef _MSC_VER
typedef unsigned __int64 uint64_t;
@@ -153,5 +154,5 @@
#endif // _HLATYPES_BUFFER_HH
-// $Id: HLAbuffer.hh,v 1.1 2008/08/02 14:03:14 gotthardp Exp $
+// $Id: HLAbuffer.hh,v 1.2 2008/09/29 21:05:20 erk Exp $
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [certi-cvs] certi/libHLA HLAbuffer.hh,
certi-cvs <=