don't include <malloc.h> Fixes the build on OSX (or maybe BSD in general).

2006-11-09  Michael Natterer  <mitch@gimp.org>

	* plug-ins/script-fu/tinyscheme/scheme.c: don't include <malloc.h>
	Fixes the build on OSX (or maybe BSD in general).
This commit is contained in:
Michael Natterer 2006-11-09 10:40:59 +00:00 committed by Michael Natterer
parent 0f0da9c766
commit 5ff69df6d0
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-11-09 Michael Natterer <mitch@gimp.org>
* plug-ins/script-fu/tinyscheme/scheme.c: don't include <malloc.h>
Fixes the build on OSX (or maybe BSD in general).
2006-11-09 Sven Neumann <sven@gimp.org>
* configure.in: added missing quotes in test for libcurl.

View File

@ -68,9 +68,6 @@
#include <string.h>
#include <stdlib.h>
#ifndef macintosh
# include <malloc.h>
#endif /* macintosh */
#define stricmp utf8_stricmp