From f4dbdb211c7e4c366c6ef268ba56eea4b06825c6 Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Sun, 1 Jan 2023 15:24:29 +0100 Subject: Change includes to be relative to top-level directory --- src/opendeco-conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opendeco-conf.c') diff --git a/src/opendeco-conf.c b/src/opendeco-conf.c index e6b957f..41922df 100644 --- a/src/opendeco-conf.c +++ b/src/opendeco-conf.c @@ -3,7 +3,7 @@ #include #include "opendeco-conf.h" -#include "../toml/toml.h" +#include "toml/toml.h" int opendeco_conf_parse(const char *confpath, struct arguments *arguments) { -- cgit v1.2.3-70-g09d2