From 2256393a01919b40014b0f4b50575eb722b67c5a Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 7 Jan 2024 12:37:59 +0200 Subject: (util) Quotes instead of angled brackets when including util.h --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index b2836eb..bb15522 100644 --- a/src/util.h +++ b/src/util.h @@ -2,9 +2,9 @@ #define H_UTIL #include -#include #include #include +#include "sds/sds.h" /* Networking */ uint16_t atop(const char *port); -- cgit v1.2.3