aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_x11.h')
-rw-r--r--pugl/pugl_x11.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pugl/pugl_x11.h b/pugl/pugl_x11.h
index a8c8c02..9c53c49 100644
--- a/pugl/pugl_x11.h
+++ b/pugl/pugl_x11.h
@@ -14,11 +14,12 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <X11/Xlib.h>
-
#include "pugl/pugl.h"
#include "pugl/pugl_internal_types.h"
+#include <X11/Xlib.h>
+#include <X11/Xutil.h>
+
struct PuglInternalsImpl {
Display* display;
int screen;