From 9169e25bb2bab6af8cba0008b77a55de22833168 Mon Sep 17 00:00:00 2001 From: AntoinePrv Date: Wed, 3 May 2023 14:59:23 +0200 Subject: [PATCH] Fix incomplete headers --- src/rules.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 * -- 2.47.2