Commit 84a07d75 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix compilation of iconv on Win64

parent f9ac72c8
...@@ -1281,3 +1281,13 @@ diff -ruN libiconv/lib/iconv.c libiconv.new/lib/iconv.c ...@@ -1281,3 +1281,13 @@ diff -ruN libiconv/lib/iconv.c libiconv.new/lib/iconv.c
void **chain = &mmalloca_results[slot]; void **chain = &mmalloca_results[slot];
for (; *chain != NULL;) for (; *chain != NULL;)
{ {
--- iconv.new/srclib/malloca.h 2011-08-07 15:42:06.000000000 +0200
+++ iconv/srclib/malloca.h 2013-03-10 12:50:30.804222836 +0100
@@ -22,6 +22,7 @@
#include <alloca.h>
#include <stddef.h>
#include <stdlib.h>
+#include <stdint.h>
#ifdef __cplusplus
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment