mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
Bug: https://bugs.gentoo.org/674414 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
18 lines
378 B
Diff
18 lines
378 B
Diff
--- a/inc/libcmis-c/repository.h 2018-12-27 14:07:55.000000000 +0100
|
|
+++ b/inc/libcmis-c/repository.h 2019-04-21 01:29:46.504373226 +0200
|
|
@@ -28,12 +28,12 @@
|
|
#ifndef _REPOSITORY_H_
|
|
#define _REPOSITORY_H_
|
|
|
|
+#include <libxml/tree.h>
|
|
+
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
-#include <libxml/tree.h>
|
|
-
|
|
#include "libcmis-c/libcmis-c-api.h"
|
|
#include "libcmis-c/types.h"
|
|
|