f32xbase didn't build on ancient Gentoo due to missing include.

- include/f32xbase/usb.h: include stdint.h
This commit is contained in:
Werner Almesberger
2010-08-24 06:44:44 -03:00
parent d254ca8755
commit bc37839a3a
+1
View File
@@ -14,6 +14,7 @@
#ifndef F32XBASE_USB_H
#define F32XBASE_USB_H
#include <stdint.h>
#include <usb.h>