Revision
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

Diff

Modified: branches/SULeopard/launchd/src/launchctl.c (23886 => 23887)


--- 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"