diff options
-rw-r--r-- | common/fifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fifo.c b/common/fifo.c index 5e94694d..165acf8e 100644 --- a/common/fifo.c +++ b/common/fifo.c @@ -19,7 +19,7 @@ */ #include "fifo.h" -#include "common/os_calls.h" +#include "os_calls.h" /** * Create new fifo data struct |