diff options
Diffstat (limited to 'pugl/detail/x11.c')
-rw-r--r-- | pugl/detail/x11.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pugl/detail/x11.c b/pugl/detail/x11.c index 8b4c136..a076d6f 100644 --- a/pugl/detail/x11.c +++ b/pugl/detail/x11.c @@ -24,12 +24,17 @@ #include "pugl/detail/implementation.h" #include "pugl/detail/x11.h" +#include "pugl/pugl.h" -#include <X11/Xatom.h> +#include <X11/X.h> #include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/keysym.h> +#include <sys/time.h> + +#include <stdbool.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |