about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/opencollada/pcre.patch
blob: 39408f5a61e389c40946284c4b79af06c659d299 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h b/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
index 22f2598b..269c50ca 100644
--- a/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
+++ b/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
@@ -13,8 +13,7 @@
 
 #include "COLLADABUPrerequisites.h"
 
-struct real_pcre;
-typedef struct real_pcre pcre;
+#include "pcre.h"
 
 
 namespace COLLADABU