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:
Marcin Niestroj 2020-05-28 11:01:55 +02:00 committed by Carles Cufí
commit 385abc7740

View file

@ -6,7 +6,7 @@
#include <zephyr.h>
#include <sys/eventfd.h>
#include <posix/sys/eventfd.h>
#include <net/socket.h>