libcmis-0.5.2-icu-64.2.patch 378 B

123456789101112131415161718
  1. --- a/inc/libcmis-c/repository.h 2018-12-27 14:07:55.000000000 +0100
  2. +++ b/inc/libcmis-c/repository.h 2019-04-21 01:29:46.504373226 +0200
  3. @@ -28,12 +28,12 @@
  4. #ifndef _REPOSITORY_H_
  5. #define _REPOSITORY_H_
  6. +#include <libxml/tree.h>
  7. +
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. -#include <libxml/tree.h>
  12. -
  13. #include "libcmis-c/libcmis-c-api.h"
  14. #include "libcmis-c/types.h"