From 8b2f3323b84a34d1d104136e455302dc32892b9a Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 19 Aug 2018 17:43:00 -0400 Subject: common/ini: Depend on util-common, not util Signed-off-by: Allan McRae --- src/common/ini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/ini.c b/src/common/ini.c index 9d656781..8e646528 100644 --- a/src/common/ini.c +++ b/src/common/ini.c @@ -24,7 +24,7 @@ #include #include "ini.h" -#include "util.h" +#include "util-common.h" /** * @brief Parse a pacman-style INI config file. -- cgit v1.2.3-54-g00ecf