[23887] branches/SULeopard/launchd/src/launchctl.c
Revision: 23887 http://trac.macosforge.org/projects/launchd/changeset/23887 Author: dsorresso@apple.com Date: 2009-04-09 11:00:35 -0700 (Thu, 09 Apr 2009) Log Message: ----------- <rdar://problem/6772245> launchctl.c doesn't include config.h; HAVE_SECURITY undefined Modified Paths: -------------- branches/SULeopard/launchd/src/launchctl.c Modified: branches/SULeopard/launchd/src/launchctl.c =================================================================== --- branches/SULeopard/launchd/src/launchctl.c 2009-04-08 20:35:10 UTC (rev 23886) +++ branches/SULeopard/launchd/src/launchctl.c 2009-04-09 18:00:35 UTC (rev 23887) @@ -20,6 +20,7 @@ static const char *const __rcs_file_version__ = "$Revision$"; +#include "config.h" #include "launch.h" #include "launch_priv.h" #include "bootstrap.h"
participants (1)
-
source_changes@macosforge.org