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
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 */