diff options
Diffstat (limited to 'pugl/detail/x11.c')
-rw-r--r-- | pugl/detail/x11.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pugl/detail/x11.c b/pugl/detail/x11.c index 9156c57..347876a 100644 --- a/pugl/detail/x11.c +++ b/pugl/detail/x11.c @@ -22,9 +22,10 @@ #define _POSIX_C_SOURCE 199309L +#include "pugl/detail/x11.h" + #include "pugl/detail/implementation.h" #include "pugl/detail/types.h" -#include "pugl/detail/x11.h" #include "pugl/pugl.h" #include "pugl/pugl_stub.h" |