Provide the correct include file for finding the uint32_t definition. This patch will be sent upstream. --- a/lib/stringprep.h.orig 2016-03-29 07:36:25.142643305 -0700 +++ b/lib/stringprep.h 2016-03-29 07:36:48.406250204 -0700 @@ -44,7 +44,7 @@ # include /* size_t */ # include /* ssize_t */ -# include /* uint32_t */ +# include /* uint32_t */ # ifdef __cplusplus extern "C"