python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / cannelloni / 0001-Add-missing-cstdio-include.patch
blob1e4ad003965300517ea291802b09556a98885011
1 From d41f5ec6bb66654558757c3ef9cd2a158ee06ccc Mon Sep 17 00:00:00 2001
2 From: Yegor Yefremov <yegorslists@googlemail.com>
3 Date: Wed, 15 Feb 2017 09:29:29 +0100
4 Subject: [PATCH] Add missing <cstdio> include
6 This header defines EOF macro. Some toolchains cannot
7 find this macro, if <cstdio> is missing. So include it
8 explicitly.
10 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
11 ---
12 sctpthread.cpp | 1 +
13 1 file changed, 1 insertion(+)
15 diff --git a/sctpthread.cpp b/sctpthread.cpp
16 index 6c83fed..d83b472 100644
17 --- a/sctpthread.cpp
18 +++ b/sctpthread.cpp
19 @@ -19,6 +19,7 @@
22 #include <chrono>
23 +#include <cstdio>
24 #include <algorithm>
26 #include <string.h>
27 --
28 2.1.4