Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 497acc8

Browse files
committed
logger: change include filename for uapi
Did not include header in a absolute path. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
1 parent 918e401 commit 497acc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logger/logger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <string.h>
55
#include <errno.h>
66
#include <unistd.h>
7-
#include "/usr/local/include/sof/uapi/logging.h"
7+
#include <sof/uapi/logging.h>
88

99
#define CEIL(a, b) ((a+b-1)/b)
1010

0 commit comments

Comments
 (0)