diff options
author | David Robillard <d@drobilla.net> | 2018-12-27 14:03:27 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-12-27 14:03:27 -0500 |
commit | 391fdf8ad429340105ae24319439f07fb0a54019 (patch) | |
tree | 7ff57e15969591a88c667c6a349c8726395fedcf /sratom | |
parent | 68a940697bd66c6d3133ac2f9855915d04863562 (diff) | |
download | sratom-391fdf8ad429340105ae24319439f07fb0a54019.tar.gz sratom-391fdf8ad429340105ae24319439f07fb0a54019.tar.bz2 sratom-391fdf8ad429340105ae24319439f07fb0a54019.zip |
Add missing include
Diffstat (limited to 'sratom')
-rw-r--r-- | sratom/sratom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sratom/sratom.h b/sratom/sratom.h index c94e855..3d6351a 100644 --- a/sratom/sratom.h +++ b/sratom/sratom.h @@ -21,6 +21,7 @@ #ifndef SRATOM_SRATOM_H #define SRATOM_SRATOM_H +#include <stdbool.h> #include <stdint.h> #include "lv2/lv2plug.in/ns/ext/urid/urid.h" |