ffmpeg: fix dependencies
[oi-userland.git] / components / encumbered / openscenegraph / patches / OscOutboundPacketStream.cpp.patch
blobfb9a4adf8374796324836cdf7d55a47eaed471a3
1 --- OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/osc/OscOutboundPacketStream.cpp.orig 2022-08-10 16:52:57.488229245 +0000
2 +++ OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/osc/OscOutboundPacketStream.cpp 2022-08-10 16:57:14.472287562 +0000
3 @@ -37,6 +37,10 @@
4 #include <malloc.h> // for alloca
5 #endif
7 +#if defined(__sun) && (__SVR4)
8 +#include <alloca.h> // for alloca
9 +#endif
11 #include "OscHostEndianness.h"