From b39c68bdc405c67699768c7159e2b98eca0244f0 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 24 Jul 2014 22:31:47 -0700 Subject: [PATCH] common: fifo.c, os_call.h, don't need prefix dir --- common/fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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