mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
14 lines
292 B
Diff
14 lines
292 B
Diff
|
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"
|
||
|
|