opencollada-pcre.patch 443 B

123456789101112131415
  1. diff --git a/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h b/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
  2. index 22f2598b..269c50ca 100644
  3. --- a/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
  4. +++ b/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
  5. @@ -13,8 +13,7 @@
  6. #include "COLLADABUPrerequisites.h"
  7. -struct real_pcre;
  8. -typedef struct real_pcre pcre;
  9. +#include "pcre.h"
  10. namespace COLLADABU