Include stdlib in usb.c

As malloc is used

Signed-off-by: Henry-ZHR <henry-zhr@qq.com>
This commit is contained in:
Henry-ZHR
2025-05-15 14:46:36 +08:00
parent 672abb1e81
commit 77df84fa12

1
usb.c
View File

@@ -2,6 +2,7 @@
#include <fcntl.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <libusb.h>