From 4259bed2e11bc8c4b6ef4c71ba300db13df42110 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Sat, 25 Jan 2020 09:20:48 +0100 Subject: sys/poll.h: deprecate old sys/poll.h include header, now glibc/musl wants poll.h being included directly. This fixes a build failure on musl systems with strict c hardening flags Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- src/daemon/dlt_daemon_event_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/dlt_daemon_event_handler.c') diff --git a/src/daemon/dlt_daemon_event_handler.c b/src/daemon/dlt_daemon_event_handler.c index 1611f7b..0d463da 100644 --- a/src/daemon/dlt_daemon_event_handler.c +++ b/src/daemon/dlt_daemon_event_handler.c @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include "dlt_common.h" -- cgit v1.2.1