mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
fix(userspace/libc): missing include <sys/ioctl.h>
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
2f33ea4dfd
commit
b008b8089c
@ -15,6 +15,7 @@
|
|||||||
along with Fennix C Library. If not, see <https://www.gnu.org/licenses/>.
|
along with Fennix C Library. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <sys/ioctl.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user