repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
ptlib
/
trunk
/
ptlib-gcc8.patch
blob
c44669653211cb7021492ca4d5ad2db6e7c6fa42
1
--- ptlib-2.10.11/src/ptlib/unix/channel.cxx.orig 2018-07-23 18:25:26.300381968 +0100
2
+++ ptlib-2.10.11/src/ptlib/unix/channel.cxx 2018-07-23 18:26:07.244497346 +0100
3
@@ -36,7 +36,8 @@
4
5
#include <ptlib.h>
6
#include <sys/ioctl.h>
7
-
8
+#include <sys/uio.h>
9
+#include <unistd.h>
10
11
#include "../common/pchannel.cxx"
12