diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-27 22:27:01 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-27 22:27:01 -0600 |
commit | 7ec97df3ee8edfd102fe573eaa61cf4e5c6284cb (patch) | |
tree | e696f30da5645cdd3cb09971d9544622e9943bcf /libusb/usb_common.c | |
parent | fa357459f88bb8f0170d1a68df66e7d068d59996 (diff) |
wip fixes
Diffstat (limited to 'libusb/usb_common.c')
-rw-r--r-- | libusb/usb_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libusb/usb_common.c b/libusb/usb_common.c index 5485d71..7effcec 100644 --- a/libusb/usb_common.c +++ b/libusb/usb_common.c @@ -5,6 +5,7 @@ */ #include <stdint.h> /* for uint{n}_t types */ +#include <stddef.h> /* for size_t */ #include <string.h> /* memcpy(newlib) */ #include <assert.h> /* for assert(newlib) */ #include <stdlib.h> /* for malloc(pico_malloc), realloc(pico_malloc), reallocarray(pico_malloc) */ |