Fix the build of the headerguards test on OS X.

macos/v1.5.9
Eric Anholt 11 years ago
parent d82c5c33a6
commit d6e4e9ac4c
  1. 5
      test/headerguards.c

@ -39,8 +39,13 @@
#endif
#ifdef BUILD_GLX
#ifdef __APPLE__
#include <OpenGL/gl.h>
#include <OpenGL/glext.h>
#else
#include <GL/gl.h>
#include <GL/glext.h>
#endif
#include <GL/glx.h>
#include <GL/glxext.h>
#endif

Loading…
Cancel
Save