summarylogtreecommitdiffstats
path: root/0003-relayd.h-fix-includes.patch
blob: 4c35b66d76007c9c54c63b9135ecdfb1c0655054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 0080e4262c0ad800ed40ad5e4c5f8b7891b84248 Mon Sep 17 00:00:00 2001
From: Dobroslaw Kijowski <dobo90@gmail.com>
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 <stdint.h>
 #include <stdbool.h>
 
-#include <libubox/uloop.h>
-#include <libubox/list.h>
+#include "uloop.h"
+#include "list.h"
 
 #define DEBUG
 #ifdef DEBUG
-- 
2.44.0