diff options
Diffstat (limited to 'pugl/detail/x11.h')
-rw-r--r-- | pugl/detail/x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h index 6f86a90..6b7a150 100644 --- a/pugl/detail/x11.h +++ b/pugl/detail/x11.h @@ -26,6 +26,8 @@ #include <X11/Xutil.h> #include <stdbool.h> +#include <stddef.h> +#include <stdint.h> typedef struct { Atom CLIPBOARD; |