diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/ini.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |