On Thu, 18 Jun 2009, Alexander Strange wrote: > On Jun 1, 2009, at 10:31 AM, Loren Merritt wrote: > >> <vf_gradfun.diff> >> >> +#include <malloc.h> > > #if HAVE_MALLOC_H > > (What systems don't have it in stdlib.h?) Linux doesn't have memalign in stdlib.h. I could use av_malloc. --Loren Merritt