lib: posix: eventfd: support build with !POSIX_API
Just change include path to support build with CONFIG_POSIX_API=n. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
This commit is contained in:
parent
bd14a9d493
commit
385abc7740
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <zephyr.h>
|
||||
|
||||
#include <sys/eventfd.h>
|
||||
#include <posix/sys/eventfd.h>
|
||||
|
||||
#include <net/socket.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue