mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
LibC: Include sys/uio.h in sys/socket.h for struct iovec
This commit is contained in:
parent
f12da0af13
commit
a8bd78e634
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <Kernel/API/POSIX/sys/types.h>
|
||||
#include <Kernel/API/POSIX/sys/uio.h>
|
||||
#include <Kernel/API/POSIX/sys/un.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue