[libdispatch-changes] [31] trunk/compat/malloc_zone.h

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 15 02:43:17 PDT 2009


Revision: 31
          http://trac.macosforge.org/projects/libdispatch/changeset/31
Author:   robert at fledge.watson.org
Date:     2009-09-15 02:43:14 -0700 (Tue, 15 Sep 2009)
Log Message:
-----------
Additional nested includes for malloc_zone.h required on some OS's.

Modified Paths:
--------------
    trunk/compat/malloc_zone.h

Modified: trunk/compat/malloc_zone.h
===================================================================
--- trunk/compat/malloc_zone.h	2009-09-14 20:53:29 UTC (rev 30)
+++ trunk/compat/malloc_zone.h	2009-09-15 09:43:14 UTC (rev 31)
@@ -21,6 +21,10 @@
 #ifndef __MALLOC_ZONE_H__
 #define __MALLOC_ZONE_H__
 
+#include <sys/types.h>
+
+#include <stdlib.h>
+
 /*
  * Implement malloc zones as a simple wrapper around malloc(3) on systems
  * that don't support them.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20090915/4339f064/attachment-0001.html>


More information about the libdispatch-changes mailing list