[vlc-devel] Re: CVS Commit (fenrir)
Sam Hocevar
sam at zoy.org
Sun Nov 23 02:40:12 CET 2003
On Sun, Nov 23, 2003, cvs at videolan.org wrote:
> Log Message:
> * all: only include header that are needed (and no more stdlib.h, string.h
> as vlc/vlc.h include them).
Why this change? If a .c file uses malloc(), it must include <stdlib.h>
and not rely on <vlc/vlc.h> to provide its headers, because we don't
know whether it'll provide them forever.
--
Sam.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list