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 +- src/daemon/dlt_daemon_event_handler.h | 2 +- src/daemon/dlt_daemon_event_handler_types.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/daemon') 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" diff --git a/src/daemon/dlt_daemon_event_handler.h b/src/daemon/dlt_daemon_event_handler.h index eb96101..bd550d3 100644 --- a/src/daemon/dlt_daemon_event_handler.h +++ b/src/daemon/dlt_daemon_event_handler.h @@ -25,7 +25,7 @@ * \file dlt_daemon_event_handler.h */ -#include +#include #include "dlt_daemon_connection_types.h" #include "dlt_daemon_event_handler_types.h" diff --git a/src/daemon/dlt_daemon_event_handler_types.h b/src/daemon/dlt_daemon_event_handler_types.h index 370e503..0b16d08 100644 --- a/src/daemon/dlt_daemon_event_handler_types.h +++ b/src/daemon/dlt_daemon_event_handler_types.h @@ -25,7 +25,7 @@ * \file dlt_daemon_event_handler_types.h */ -#include +#include #include "dlt_daemon_connection_types.h" -- cgit v1.2.1