diff options
author | David Robillard <d@drobilla.net> | 2019-08-02 22:43:13 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-08-02 23:34:33 +0200 |
commit | 561b71afe382634e71a8102136a33ba9a14eaa72 (patch) | |
tree | 4550383e391eb2ee943912deb9cbc5ee64d70920 /pugl/detail/x11.c | |
parent | 45f8844ca04de650d7f4d2f0b1b517754b529648 (diff) | |
download | pugl-561b71afe382634e71a8102136a33ba9a14eaa72.tar.gz pugl-561b71afe382634e71a8102136a33ba9a14eaa72.tar.bz2 pugl-561b71afe382634e71a8102136a33ba9a14eaa72.zip |
Clean up includes
Diffstat (limited to 'pugl/detail/x11.c')
-rw-r--r-- | pugl/detail/x11.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/detail/x11.c b/pugl/detail/x11.c index d014b2e..d6461a2 100644 --- a/pugl/detail/x11.c +++ b/pugl/detail/x11.c @@ -23,6 +23,7 @@ #define _POSIX_C_SOURCE 199309L #include "pugl/detail/implementation.h" +#include "pugl/detail/types.h" #include "pugl/detail/x11.h" #include "pugl/pugl.h" |