diff --git a/wrap/gl/gl_geometry.h b/wrap/gl/gl_geometry.h index 9befe4df..0cda7669 100644 --- a/wrap/gl/gl_geometry.h +++ b/wrap/gl/gl_geometry.h @@ -1,3 +1,6 @@ +#ifndef _VCG_GL_GEOMETRY_ +#define _VCG_GL_GEOMETRY_ + /* Portion of this file were more or less adapted from * freeglut_geometry.c * @@ -219,3 +222,5 @@ void glutWireSphere(GLdouble radius, GLint slices, GLint stacks) free(cost2); } +#endif + \ No newline at end of file