Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / opencollada / pcre.patch
blob39408f5a61e389c40946284c4b79af06c659d299
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 @@
7 #include "COLLADABUPrerequisites.h"
9 -struct real_pcre;
10 -typedef struct real_pcre pcre;
11 +#include "pcre.h"
14 namespace COLLADABU