]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Fix incomplete headers 530/head
authorAntoinePrv <AntoinePrv@users.noreply.github.com>
Wed, 3 May 2023 12:59:23 +0000 (14:59 +0200)
committerAntoinePrv <AntoinePrv@users.noreply.github.com>
Wed, 3 May 2023 12:59:23 +0000 (14:59 +0200)
src/rules.h

index 92efe8a7c59ed7e77f2c29cdfc03ea731bcc804a..895462a5c7f980f35cae7bb4c85f2435aab0b09b 100644 (file)
 #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
  *