summaryrefslogtreecommitdiffstats
path: root/sratom
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-27 14:03:27 -0500
committerDavid Robillard <d@drobilla.net>2018-12-27 14:03:27 -0500
commit391fdf8ad429340105ae24319439f07fb0a54019 (patch)
tree7ff57e15969591a88c667c6a349c8726395fedcf /sratom
parent68a940697bd66c6d3133ac2f9855915d04863562 (diff)
downloadsratom-391fdf8ad429340105ae24319439f07fb0a54019.tar.gz
sratom-391fdf8ad429340105ae24319439f07fb0a54019.tar.bz2
sratom-391fdf8ad429340105ae24319439f07fb0a54019.zip
Add missing include
Diffstat (limited to 'sratom')
-rw-r--r--sratom/sratom.h1
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"