[57674] trunk/base/src/pextlib1.0/system.c

afb at macports.org afb at macports.org
Mon Sep 14 13:42:58 PDT 2009


Revision: 57674
          http://trac.macports.org/changeset/57674
Author:   afb at macports.org
Date:     2009-09-14 13:42:58 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
add header for WIFEXITED

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/system.c

Modified: trunk/base/src/pextlib1.0/system.c
===================================================================
--- trunk/base/src/pextlib1.0/system.c	2009-09-14 20:39:54 UTC (rev 57673)
+++ trunk/base/src/pextlib1.0/system.c	2009-09-14 20:42:58 UTC (rev 57674)
@@ -45,6 +45,10 @@
 #include <string.h>
 #include <unistd.h>
 
+#if HAVE_SYS_WAIT_H
+#include <sys/wait.h>
+#endif
+
 #include "system.h"
 #include "Pextlib.h"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090914/c47ae569/attachment.html>


More information about the macports-changes mailing list