--- ordered2.c.orig 1999-07-23 21:54:01.000000000 -0600 +++ ordered2.c 2004-06-21 20:01:39.000000000 -0600 @@ -21,7 +21,9 @@ /* This file contains C code to implement an ordered dither. */ #include +#ifdef HAVE_MALLOC_H #include +#endif #include #include "video.h" #include "proto.h"