29 Aug
2018
29 Aug
'18
4:04 a.m.
On 20/08/18 07:43, Dave Reisner wrote:
--- 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 <alpm.h>
#include "ini.h" -#include "util.h" +#include "util-common.h"
/** * @brief Parse a pacman-style INI config file.
OK.