[launchd-changes] [23887] branches/SULeopard/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 9 11:00:36 PDT 2009


Revision: 23887
          http://trac.macosforge.org/projects/launchd/changeset/23887
Author:   dsorresso at 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/launchd-changes/attachments/20090409/6d473892/attachment.html>


More information about the launchd-changes mailing list