summaryrefslogtreecommitdiff
path: root/textproc/kf5-syntax-highlighting/files/patch-src_cli_kate-syntax-highlighter.cpp
blob: 23b8394ca65aa0e3b2e2b313e034eb97e7e17b18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Fix build on 9.3

/wrkdirs/usr/ports/textproc/kf5-syntax-highlighting/work/syntax-highlighting-5.29.0/src/cli/kate-syntax-highlighter.cpp:121:35: error: 'stdout' was not declared in this scope

--- src/cli/kate-syntax-highlighter.cpp.orig	2016-12-13 11:57:30 UTC
+++ src/cli/kate-syntax-highlighter.cpp
@@ -28,6 +28,7 @@
 #include <QVector>
 
 #include <iostream>
+#include <cstdio>
 
 using namespace KSyntaxHighlighting;