lib: use double-quoted include for kernel .h

Although the standard include path in the build tree is
declared in the makefile, deployment of the library in a separate
environment will rely on coexistent lib and kernel .h files,
hence the double quotes
parent 17eb1fb8
...@@ -20,7 +20,7 @@ extern "C" { ...@@ -20,7 +20,7 @@ extern "C" {
#endif /* __cplusplus */ #endif /* __cplusplus */
#include <stdint.h> #include <stdint.h>
#include <fine-delay.h> #include "fine-delay.h"
/* Opaque data type used as token */ /* Opaque data type used as token */
struct fdelay_board; struct fdelay_board;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment