mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
12 lines
297 B
Diff
12 lines
297 B
Diff
--- a/Source/Tests/LinuxSyscalls/x32/Socket.cpp
|
|
+++ b/Source/Tests/LinuxSyscalls/x32/Socket.cpp
|
|
@@ -11,7 +11,7 @@
|
|
#include <FEXCore/Utils/LogManager.h>
|
|
|
|
#include <alloca.h>
|
|
-#include <bits/types/struct_iovec.h>
|
|
+#include <linux/uio.h>
|
|
#include <cstdint>
|
|
#include <cstring>
|
|
#include <memory>
|