diff options
Diffstat (limited to 'pugl/detail/x11.h')
-rw-r--r-- | pugl/detail/x11.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h index 32bd4fb..220f3c8 100644 --- a/pugl/detail/x11.h +++ b/pugl/detail/x11.h @@ -18,8 +18,10 @@ @file x11.h Shared definitions for X11 implementation. */ -#include "pugl/detail/implementation.h" +#include "pugl/detail/types.h" +#include "pugl/pugl.h" +#include <X11/X.h> #include <X11/Xlib.h> #include <X11/Xutil.h> |