Add #include "osal/osal.h" in tu_fifo.h

This commit is contained in:
Reinhard Panhuber 2021-02-18 20:16:57 +01:00
parent c098da9803
commit 31bf73517e
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "osal/osal.h"
#ifdef __cplusplus
extern "C" {