• [PATCH] Add missing

    From Simon Richter@21:1/5 to All on Thu Jun 6 19:10:01 2024
    ---
    lib/dpkg/varbuf.h | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/lib/dpkg/varbuf.h b/lib/dpkg/varbuf.h
    index 99d9f0691..5cc9718c7 100644
    --- a/lib/dpkg/varbuf.h
    +++ b/lib/dpkg/varbuf.h
    @@ -23,6 +23,7 @@
    #define LIBDPKG_VARBUF_H

    #include <stddef.h>
    +#include <stdbool.h>
    #include <stdarg.h>
    #include <string.h>

    --
    2.39.2

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Guillem Jover@21:1/5 to Simon Richter on Fri Jun 7 04:00:01 2024
    Hi!

    On Fri, 2024-06-07 at 02:01:34 +0900, Simon Richter wrote:
    ---
    lib/dpkg/varbuf.h | 1 +

    Ah, thanks! I've gone over all other headers and added missing
    stdbool.h to avoid implicit inclusions via implementation details.

    Thanks,
    Guillem

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)