summary refs log tree commit diff
path: root/pkgs/development/libraries/ptlib/ptlib-2.10.11-glibc-2.26.patch
blob: 300c3736abf70244dcf61f02ee2f33e9a0627eee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/ptlib/unix/channel.cxx b/src/ptlib/unix/channel.cxx
index 3b17dda..2dcaa18 100644
--- a/src/ptlib/unix/channel.cxx
+++ b/src/ptlib/unix/channel.cxx
@@ -36,7 +36,7 @@
 
 #include <ptlib.h>
 #include <sys/ioctl.h>
-
+#include <sys/uio.h>
 
 #include "../common/pchannel.cxx"