components/libidn/patches/002-includes.patch
author Rich Burridge <rich.burridge@oracle.com>
Thu, 22 Sep 2016 14:47:12 -0700
changeset 6960 f00b140e6277
parent 5711 e403424d7512
child 7083 3821dc4d577f
permissions -rw-r--r--
PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5 21467036 Add iperf3 version 3.1.3 to Userland

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"