certi-devel
[Top][All Lists]
Advanced

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

Re: [certi-dev] CERTI on FreeBSD


From: Eric Noulard
Subject: Re: [certi-dev] CERTI on FreeBSD
Date: Tue, 18 Nov 2008 11:08:23 +0100

2008/11/18 Martin Spott <address@hidden>:
> Hi,
> FreeBSD-7.0 has a '/usr/include/malloc.h' which looks like:

[...]

>
> Replacing "<malloc.h>" with "<stdlib.h>" in 'libHLA/HLAbuffer.hh' does
> indeed make the compiler happy.

OK thanks Martin,

It would even be better to use

#include <cstdlib>

which should be the "clean" way to include a C header in a C++ source.

does this work on FreeBSD?

-- 
Erk




reply via email to

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