components/libidn/patches/002-includes.patch
author Jan Friedel <jan.friedel@oracle.com>
Wed, 20 Jul 2016 22:29:58 -0700
changeset 6441 54b51aad1bd9
parent 5711 e403424d7512
child 7083 3821dc4d577f
permissions -rw-r--r--
24301007 update libgcrypt to version 1.7.2

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"