$NetBSD: patch-src_OpenGl_OpenGl__Context.hxx,v 1.1 2017/01/20 11:00:50 fhajny Exp $ We need alloca.h. --- src/OpenGl/OpenGl_Context.hxx.orig 2017-01-13 05:34:36.000000000 +0000 +++ src/OpenGl/OpenGl_Context.hxx @@ -40,6 +40,10 @@ #include #include +#if defined(__sun) +#include +#endif + //! Forward declarations #if defined(__APPLE__) #import