Skip to content

Commit 77df84f

Browse files
committed
Include stdlib in usb.c
As malloc is used Signed-off-by: Henry-ZHR <henry-zhr@qq.com>
1 parent 672abb1 commit 77df84f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <fcntl.h>
33
#include <stdbool.h>
44
#include <stdio.h>
5+
#include <stdlib.h>
56
#include <string.h>
67
#include <unistd.h>
78
#include <libusb.h>

0 commit comments

Comments
 (0)