Include epoxy/gl.h from epoxy/glx.h.

This gives us consistency with GL/glx.h's include of GL/gl.h.
macos/v1.5.9
Eric Anholt 11 years ago
parent 59edbacf7d
commit 46e036419c
  1. 1
      include/epoxy/glx.h

@ -39,6 +39,7 @@
extern "C" {
#endif
#include <epoxy/gl.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <stdbool.h>

Loading…
Cancel
Save