fix(userspace/libc): missing include <sys/ioctl.h>

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-10 19:32:16 +00:00
parent 2f33ea4dfd
commit b008b8089c
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -15,6 +15,7 @@
along with Fennix C Library. If not, see <https://www.gnu.org/licenses/>.
*/
#include <sys/ioctl.h>
#include <termios.h>
#include <errno.h>