--- cdbmake_add.c 1998-06-15 12:53:16.000000000 +0200 +++ cdbmake_add.c.new 2007-02-09 16:45:07.000000000 +0100 @@ -1,4 +1,5 @@ #include "cdbmake.h" +#include "alloc.h" void cdbmake_init(cdbm) struct cdbmake *cdbm; --- spawn.c 1998-06-15 12:53:16.000000000 +0200 +++ spawn.c.new 2007-02-09 16:49:03.000000000 +0100 @@ -14,6 +14,7 @@ #include "auto_qmail.h" #include "auto_uids.h" #include "auto_spawn.h" +#include "alloc.h" extern int truncreport; extern int spawn();