From: AntoinePrv Date: Wed, 3 May 2023 12:59:23 +0000 (+0200) Subject: Fix incomplete headers X-Git-Tag: 0.7.25~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F530%2Fhead;p=thirdparty%2Flibsolv.git Fix incomplete headers --- diff --git a/src/rules.h b/src/rules.h index 92efe8a7..895462a5 100644 --- a/src/rules.h +++ b/src/rules.h @@ -13,10 +13,17 @@ #ifndef LIBSOLV_RULES_H #define LIBSOLV_RULES_H +#include "pooltypes.h" + #ifdef __cplusplus extern "C" { #endif +typedef struct s_Solvable Solvable; +typedef struct s_Map Map; +typedef struct s_Queue Queue; + + /* ---------------------------------------------- * Rule *