[40476] trunk/base/src
toby at macports.org
toby at macports.org
Thu Oct 2 14:12:32 PDT 2008
Revision: 40476
http://trac.macports.org/changeset/40476
Author: toby at macports.org
Date: 2008-10-02 14:12:32 -0700 (Thu, 02 Oct 2008)
Log Message:
-----------
Include stdint.h to correctly get intptr_t.
Fixes #16718
Modified Paths:
--------------
trunk/base/src/pextlib1.0/Pextlib.c
trunk/base/src/tclobjc1.0/objc_encoding.m
Modified: trunk/base/src/pextlib1.0/Pextlib.c
===================================================================
--- trunk/base/src/pextlib1.0/Pextlib.c 2008-10-02 21:11:13 UTC (rev 40475)
+++ trunk/base/src/pextlib1.0/Pextlib.c 2008-10-02 21:12:32 UTC (rev 40476)
@@ -36,6 +36,7 @@
#include <config.h>
#endif
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
Modified: trunk/base/src/tclobjc1.0/objc_encoding.m
===================================================================
--- trunk/base/src/tclobjc1.0/objc_encoding.m 2008-10-02 21:11:13 UTC (rev 40475)
+++ trunk/base/src/tclobjc1.0/objc_encoding.m 2008-10-02 21:12:32 UTC (rev 40476)
@@ -36,6 +36,7 @@
/* Required by glibc for asprintf() */
#define _GNU_SOURCE
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081002/ea198ab7/attachment.html
More information about the macports-changes
mailing list