common/ini: Depend on util-common, not util

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Dave Reisner 2018-08-19 17:43:00 -04:00 committed by Allan McRae
parent 2d8d8af915
commit 8b2f3323b8

View file

@ -24,7 +24,7 @@
#include <alpm.h> #include <alpm.h>
#include "ini.h" #include "ini.h"
#include "util.h" #include "util-common.h"
/** /**
* @brief Parse a pacman-style INI config file. * @brief Parse a pacman-style INI config file.