board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / erlang-p1-stringprep / 0001-Stdint-is-required-on-windows.patch
blob7385503b71ef93761e5d65467dcac82dab249482
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>
10 ---
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
18 @@ -19,6 +19,7 @@
21 #include <string.h>
22 +#include <stdint.h>
23 #include <erl_nif.h>
25 #include "uni_data.c"
26 --
27 2.7.4