commit | f225d99a51a72f421a6b4f50b0c7e4a8906de054 | [log] [tgz] |
---|---|---|
author | Miguel Young de la Sota <mcyoung@google.com> | Tue Dec 17 10:19:22 2019 -0600 |
committer | Garret Kelly <Garret.Kelly@gmail.com> | Wed Dec 18 11:39:38 2019 -0500 |
tree | a247ea3e4dbdadaaac50674f2a2392ba8a2b32e1 | |
parent | c4d8c971cd470c588dbf92cd976ece37fcba893e [diff] [blame] |
[sw] Promulgate better use of standard headers. Signed-off-by: Miguel Young de la Sota <mcyoung@google.com>
diff --git a/sw/device/lib/usb_simpleserial.h b/sw/device/lib/usb_simpleserial.h index dbb994a..daad16b 100644 --- a/sw/device/lib/usb_simpleserial.h +++ b/sw/device/lib/usb_simpleserial.h
@@ -5,6 +5,9 @@ #ifndef __USB_SIMPLESERIAL_H__ #define __USB_SIMPLESERIAL_H__ +#include <stddef.h> +#include <stdint.h> + #include "sw/device/lib/common.h" #include "usbdev.h"