jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / libidn / patches / 002-includes.patch
blob287686e45a99f6d35c9f40c3cc6d0cef890bb2c9
1 Provide the correct include file for finding the uint32_t definition.
3 This patch will be sent upstream.
5 --- a/lib/stringprep.h.orig 2016-03-29 07:36:25.142643305 -0700
6 +++ b/lib/stringprep.h 2016-03-29 07:36:48.406250204 -0700
7 @@ -44,7 +44,7 @@
9 # include <stddef.h> /* size_t */
10 # include <sys/types.h> /* ssize_t */
11 -# include <idn-int.h> /* uint32_t */
12 +# include <idn/idn-int.h> /* uint32_t */
14 # ifdef __cplusplus
15 extern "C"