blob: c44669653211cb7021492ca4d5ad2db6e7c6fa42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ptlib-2.10.11/src/ptlib/unix/channel.cxx.orig 2018-07-23 18:25:26.300381968 +0100
+++ ptlib-2.10.11/src/ptlib/unix/channel.cxx 2018-07-23 18:26:07.244497346 +0100
@@ -36,7 +36,8 @@
#include <ptlib.h>
#include <sys/ioctl.h>
-
+#include <sys/uio.h>
+#include <unistd.h>
#include "../common/pchannel.cxx"
|