components/libidn/patches/002-includes.patch
author Rich Burridge <rich.burridge@oracle.com>
Fri, 01 Apr 2016 16:38:52 -0700
changeset 5711 e403424d7512
parent 639 faa9a904b44b
child 7083 3821dc4d577f
permissions -rw-r--r--
23024487 Update libidn to version 1.32 21345691 problem in LIBRARY/LIBIDN

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"