From f49a3ad4e64a1bbfc3b9c40664aa9e3128de81bc Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 9 Apr 2023 18:50:52 +0200 Subject: [PATCH] follow renaming of endpoint_node_ipc_tcp.* --- apps/aqhomed/main.c | 2 +- aqhome/libtest.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/aqhomed/main.c b/apps/aqhomed/main.c index e2f6de5..783686e 100644 --- a/apps/aqhomed/main.c +++ b/apps/aqhomed/main.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include diff --git a/aqhome/libtest.c b/aqhome/libtest.c index c58d397..ed74ceb 100644 --- a/aqhome/libtest.c +++ b/aqhome/libtest.c @@ -8,7 +8,7 @@ #include "aqhome/msg/endpoint_node.h" #include "aqhome/msg/endpoint_log.h" #include "aqhome/msg/endpoint_tty.h" -#include "aqhome/ipc/endpoint_node_ipc_tcp.h" +#include "aqhome/ipc/endpoint_node_ipc_tcpd.h" #include "aqhome/mqtt/endpoint_mqttc.h" #include "aqhome/mqtt/msg_mqtt_connect.h" #include "aqhome/mqtt/msg_mqtt_connack.h"