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
10 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
13 1 file changed, 1 insertion(+)
15 diff --git a/sctpthread.cpp b/sctpthread.cpp
16 index 6c83fed..d83b472 100644