diff options
| author | Reinhard Panhuber <[email protected]> | 2021-02-18 20:16:57 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-02-18 20:16:57 +0100 |
| commit | 31bf73517e91b4c25c34b8651064602f5adbef3e (patch) | |
| tree | b7575c4a9f33e845c0e2100f1eadf4a1b27f0cf9 /src | |
| parent | c098da9803a091c4b2402057ece370975850ef53 (diff) | |
Add #include "osal/osal.h" in tu_fifo.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/tusb_fifo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_fifo.h b/src/common/tusb_fifo.h index eb88538ef..e56bcb844 100644 --- a/src/common/tusb_fifo.h +++ b/src/common/tusb_fifo.h @@ -47,6 +47,7 @@ #include <stdint.h> #include <stdbool.h> +#include "osal/osal.h" #ifdef __cplusplus extern "C" { |
