aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/x11.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-16 21:55:34 +0100
committerDavid Robillard <d@drobilla.net>2020-03-16 21:55:34 +0100
commit163748d173af0ebeeec80b1e414169e72d23bb24 (patch)
tree67edaa3d95a9225cea117c9325c635e9b7cbc603 /pugl/detail/x11.h
parentbff5416775951d71d308709cc692c8e367c31d4d (diff)
downloadpugl-163748d173af0ebeeec80b1e414169e72d23bb24.tar.gz
pugl-163748d173af0ebeeec80b1e414169e72d23bb24.tar.bz2
pugl-163748d173af0ebeeec80b1e414169e72d23bb24.zip
Cleanup: Add missing includes
Diffstat (limited to 'pugl/detail/x11.h')
-rw-r--r--pugl/detail/x11.h2
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;