aboutsummaryrefslogtreecommitdiff
path: root/ports/openexr/add-missing-export.patch
blob: c78842d18058094cbba31a87b20e3eb17dcf5bda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/IlmImf/ImfHeader.h b/IlmImf/ImfHeader.h
index 756a62e..dd71e0e 100644
--- a/IlmImf/ImfHeader.h
+++ b/IlmImf/ImfHeader.h
@@ -493,7 +493,7 @@ class Header::ConstIterator
 //
 //------------------------------------------------------------------------
 
-void staticInitialize ();
+IMF_EXPORT void staticInitialize ();
 
 
 //-----------------