add support for complex dependencies
[platform/upstream/libsolv.git] / src / repo_solv.h
index 8d5c32b..0c66394 100644 (file)
 #ifndef LIBSOLV_REPO_SOLVE_H
 #define LIBSOLV_REPO_SOLVE_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include <stdio.h>
 
 #include "pool.h"
 #include "repo.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern int repo_add_solv(Repo *repo, FILE *fp, int flags);
 
 #define SOLV_ADD_NO_STUBS      (1 << 8)