components/libidn/patches/002-includes.patch
author xiao qing lu - Sun Microsystems - Beijing China <xiaoqing.lu@oracle.com>
Tue, 12 Jul 2016 19:50:03 -0700
changeset 6403 9d25dbe7eb71
parent 5711 e403424d7512
child 7083 3821dc4d577f
permissions -rw-r--r--
23209274 Upgrade libsigsegv to 2.10

Provide the correct include file for finding the uint32_t definition.

This patch will be sent upstream.

--- lib/stringprep.h.orig	2016-03-29 07:36:25.142643305 -0700
+++ lib/stringprep.h	2016-03-29 07:36:48.406250204 -0700
@@ -44,7 +44,7 @@
 
 # include <stddef.h>		/* size_t */
 # include <sys/types.h>		/* ssize_t */
-# include <idn-int.h>		/* uint32_t */
+# include <idn/idn-int.h>	/* uint32_t */
 
 # ifdef __cplusplus
 extern "C"