From d65c17f6b802ff49b215728b9481231dbac12330 Mon Sep 17 00:00:00 2001 From: pstef <3462925+pstef@users.noreply.github.com> Date: Sun, 6 Apr 2025 11:16:30 +0000 Subject: [PATCH] Add missing includes malloc.h for memalign() and unistd.h for usleep(). --- input/drivers_hid/wiiusb_hid.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/input/drivers_hid/wiiusb_hid.c b/input/drivers_hid/wiiusb_hid.c index ec29be501d..bab98695bb 100644 --- a/input/drivers_hid/wiiusb_hid.c +++ b/input/drivers_hid/wiiusb_hid.c @@ -15,6 +15,8 @@ */ #include +#include +#include #include #include