aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-04-02 16:33:45 +0200
committerDavid Robillard <d@drobilla.net>2020-04-02 17:40:56 +0200
commit91e47ef4791092b428140540c45ac4a8ea5ff5d0 (patch)
treee5052c9970f30c2158500000ee45500120150582
parent16ef15ca84db1ed5f9ab916aa4918685473a4d2c (diff)
downloadpugl-91e47ef4791092b428140540c45ac4a8ea5ff5d0.tar.gz
pugl-91e47ef4791092b428140540c45ac4a8ea5ff5d0.tar.bz2
pugl-91e47ef4791092b428140540c45ac4a8ea5ff5d0.zip
Add missing include
-rw-r--r--pugl/detail/x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/detail/x11.c b/pugl/detail/x11.c
index d959dbf..e3fb264 100644
--- a/pugl/detail/x11.c
+++ b/pugl/detail/x11.c
@@ -37,6 +37,7 @@
#ifdef HAVE_XSYNC
# include <X11/extensions/sync.h>
+# include <X11/extensions/syncconst.h>
#endif
#include <sys/select.h>