$NetBSD: patch-spawn.c,v 1.2 2013/08/15 15:43:48 schmonz Exp $ Fix qmail-*spawn segfaults on DragonFly (pkg/46333). --- spawn.c.orig 2012-04-14 13:35:08.381341000 +0000 +++ spawn.c @@ -1,5 +1,6 @@ #include #include +#include "alloc.h" #include "sig.h" #include "wait.h" #include "substdio.h"