1 From f5a2b8b78afb253630ee8833f16f131b3b52701e Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= <pchmielowski@process-one.net>
3 Date: Mon, 29 Feb 2016 10:56:32 +0100
4 Subject: [PATCH] Stdint is required on windows
6 [Backport from upstream commit
7 4fc5cae81122540fff983e40dda1fa905c329fd0, which happens to not only
8 fix the build on Windows, but also with the musl C library.]
9 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 c_src/stringprep.cpp | 1 +
12 1 file changed, 1 insertion(+)
14 diff --git a/c_src/stringprep.cpp b/c_src/stringprep.cpp
15 index 461cf09..26215cf 100644
16 --- a/c_src/stringprep.cpp
17 +++ b/c_src/stringprep.cpp