diff options
Diffstat (limited to 'dev-games/openscenegraph/files/openscenegraph-2.8.3-curl.patch')
-rw-r--r-- | dev-games/openscenegraph/files/openscenegraph-2.8.3-curl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-games/openscenegraph/files/openscenegraph-2.8.3-curl.patch b/dev-games/openscenegraph/files/openscenegraph-2.8.3-curl.patch new file mode 100644 index 000000000000..7ad1265e3aa1 --- /dev/null +++ b/dev-games/openscenegraph/files/openscenegraph-2.8.3-curl.patch @@ -0,0 +1,12 @@ +diff --git a/src/osgPlugins/curl/ReaderWriterCURL.cpp b/src/osgPlugins/curl/ReaderWriterCURL.cpp +index 83aee7b..daf156f 100644 +--- a/src/osgPlugins/curl/ReaderWriterCURL.cpp ++++ b/src/osgPlugins/curl/ReaderWriterCURL.cpp +@@ -21,7 +21,6 @@ + #include <fstream> + + #include <curl/curl.h> +-#include <curl/types.h> + + #include "ReaderWriterCURL.h" + |