mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2024-11-23 23:03:09 +02:00
f32xbase didn't build on ancient Gentoo due to missing include.
- include/f32xbase/usb.h: include stdint.h
This commit is contained in:
parent
d254ca8755
commit
bc37839a3a
@ -14,6 +14,7 @@
|
|||||||
#ifndef F32XBASE_USB_H
|
#ifndef F32XBASE_USB_H
|
||||||
#define F32XBASE_USB_H
|
#define F32XBASE_USB_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <usb.h>
|
#include <usb.h>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user