mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
f96b3bf871
Tracking issue: #31696
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"
|
|
|