diff --git a/src/mesa/main/vsnprintf.c b/src/mesa/main/vsnprintf.c index d86dbfe7a03..ab6c740d772 100644 --- a/src/mesa/main/vsnprintf.c +++ b/src/mesa/main/vsnprintf.c @@ -24,7 +24,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#ifndef __VMS +# include +#endif #include #include #include