[pacman-dev] [PATCH 1/3] common/ini: Depend on util-common, not util

Allan McRae allan at archlinux.org
Wed Aug 29 04:04:24 UTC 2018


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.


More information about the pacman-dev mailing list