repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git]
/
components
/
sysutils
/
xca
/
patches
/
01_termios.patch
blob
cd7e6fa68da1c6a602ca76a710381d7d46ce23c9
1
--- xca-2.6.0/lib/arguments.cpp 2024-06-23 20:51:22.973597905 +0200
2
+++ xca-2.6.0/lib/arguments.cpp.new 2024-06-23 20:51:14.420511262 +0200
3
@@ -11,6 +11,13 @@
4
#include "arguments.h"
5
6
#include <stdio.h>
7
+
8
+#ifdef __SOLARIS__
9
+#include <sys/termios.h>
10
+#include <unistd.h>
11
+#include <stropts.h>
12
+#endif
13
+
14
#include <QCommandLineParser>
15
#include <QRegularExpression>
16