Revision: 23548 http://trac.macosforge.org/projects/launchd/changeset/23548 Author: zarzycki@apple.com Date: 2008-03-11 15:54:11 -0700 (Tue, 11 Mar 2008) Log Message: ----------- Build failure fix. Modified Paths: -------------- branches/SULeopard/launchd/src/libvproc.c Modified: branches/SULeopard/launchd/src/libvproc.c =================================================================== --- branches/SULeopard/launchd/src/libvproc.c 2008-03-11 20:38:31 UTC (rev 23547) +++ branches/SULeopard/launchd/src/libvproc.c 2008-03-11 22:54:11 UTC (rev 23548) @@ -32,6 +32,9 @@ #include <unistd.h> #include <syslog.h> #include <pthread.h> +#if HAVE_QUARANTINE +#include <quarantine.h> +#endif #include "liblaunch_public.h" #include "liblaunch_private.h"