diff options
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/detail/x11.c | 1 | ||||
-rw-r--r-- | pugl/detail/x11_gl.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pugl/detail/x11.c b/pugl/detail/x11.c index d014b2e..d6461a2 100644 --- a/pugl/detail/x11.c +++ b/pugl/detail/x11.c @@ -23,6 +23,7 @@ #define _POSIX_C_SOURCE 199309L #include "pugl/detail/implementation.h" +#include "pugl/detail/types.h" #include "pugl/detail/x11.h" #include "pugl/pugl.h" diff --git a/pugl/detail/x11_gl.c b/pugl/detail/x11_gl.c index 6ed8622..85c18b4 100644 --- a/pugl/detail/x11_gl.c +++ b/pugl/detail/x11_gl.c @@ -18,7 +18,7 @@ @file x11_gl.c OpenGL graphics backend for X11. */ -#include "pugl/detail/implementation.h" +#include "pugl/detail/types.h" #include "pugl/detail/x11.h" #include "pugl/pugl.h" #include "pugl/pugl_gl_backend.h" |