From 0080e4262c0ad800ed40ad5e4c5f8b7891b84248 Mon Sep 17 00:00:00 2001 From: Dobroslaw Kijowski Date: Thu, 25 Mar 2021 22:13:34 +0100 Subject: [PATCH 3/3] relayd.h: fix includes * Change system includes into relative ones. --- relayd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relayd.h b/relayd.h index d7ad212..c1e85a2 100644 --- a/relayd.h +++ b/relayd.h @@ -31,8 +31,8 @@ #include #include -#include -#include +#include "uloop.h" +#include "list.h" #define DEBUG #ifdef DEBUG -- 2.44.0