summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-05-31 11:11:00 +0700
committerhathach <[email protected]>2021-05-31 11:11:00 +0700
commit5cf930d78a9e31924008ac6bd145ddf2af76b42f (patch)
tree7457f18090f16ed511ccf33c9208f2b855cb55f9 /src/host
parentc2a0c1507b0db15a06773e321bd5c782bac54d39 (diff)
fix cast-align warning in msc host
Diffstat (limited to 'src/host')
-rw-r--r--src/host/hcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h
index ba6a9c5ca..df19f3e22 100644
--- a/src/host/hcd.h
+++ b/src/host/hcd.h
@@ -28,6 +28,8 @@
#define _TUSB_HCD_H_
#include "common/tusb_common.h"
+#include "osal/osal.h"
+#include "common/tusb_fifo.h"
#ifdef __cplusplus
extern "C" {