1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Added include required for XUniqueContext.

This commit is contained in:
Camilla Berglund 2013-04-17 17:31:29 +02:00
parent f06a700307
commit 130f07d8c3

View File

@ -30,6 +30,8 @@
#include "internal.h"
#include <X11/Xresource.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>