[darwinbuild-changes] [105] trunk/darwinxref/plugins/edit.c

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 01:46:11 PDT 2006


Revision: 105
          http://trac.macosforge.org/projects/darwinbuild/changeset/105
Author:   kevin
Date:     2006-10-04 01:46:11 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
- added include sys/wait.h for Panther compatibility

Modified Paths:
--------------
    trunk/darwinxref/plugins/edit.c

Modified: trunk/darwinxref/plugins/edit.c
===================================================================
--- trunk/darwinxref/plugins/edit.c	2005-07-27 02:24:50 UTC (rev 104)
+++ trunk/darwinxref/plugins/edit.c	2006-10-04 08:46:11 UTC (rev 105)
@@ -32,6 +32,7 @@
 
 #include "DBPlugin.h"
 #include <sys/stat.h>
+#include <sys/wait.h>
 #include <unistd.h>
 
 int editPlist(CFStringRef project);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/287c9587/attachment.html


More information about the darwinbuild-changes mailing list