# HG changeset patch # User John W. Eaton # Date 1455134276 18000 # Node ID f09f7dd58503a213581971b441650bfb9c3cafb4 # Parent 7fcad8bbf7fae2a2a563e89504a0782b8560dac0 * __osmesa_print__.cc: Include system headers with syntax. diff -r 7fcad8bbf7fa -r f09f7dd58503 libinterp/dldfcn/__osmesa_print__.cc --- a/libinterp/dldfcn/__osmesa_print__.cc Wed Feb 10 11:38:27 2016 -0800 +++ b/libinterp/dldfcn/__osmesa_print__.cc Wed Feb 10 14:57:56 2016 -0500 @@ -28,9 +28,9 @@ #endif #if defined (HAVE_OSMESA_H) -#include "osmesa.h" +#include #elif defined (HAVE_GL_OSMESA_H) -#include "GL/osmesa.h" +#include #endif #include "oct-locbuf.h"