summaryrefslogtreecommitdiffstats
path: root/slv2/private_types.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-09-02 08:26:17 +0000
committerDavid Robillard <d@drobilla.net>2006-09-02 08:26:17 +0000
commit69e52cb83cf0233648695730c81cdc4f7c4f2a00 (patch)
tree5e8ebb5773cba2c1ffd827baf9a4fe528fbcaeeb /slv2/private_types.h
parentcf11310c243320bbe53dbf7c6738cc84e33ba9d3 (diff)
downloadlilv-69e52cb83cf0233648695730c81cdc4f7c4f2a00.tar.gz
lilv-69e52cb83cf0233648695730c81cdc4f7c4f2a00.tar.bz2
lilv-69e52cb83cf0233648695730c81cdc4f7c4f2a00.zip
Schema bug fixes (parsable now).
Fixed some leaks. Internal query API cleanups. Added latency reporting support. git-svn-id: http://svn.drobilla.net/lad/libslv2@110 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/private_types.h')
-rw-r--r--slv2/private_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/slv2/private_types.h b/slv2/private_types.h
index a9c60bf..fdfba65 100644
--- a/slv2/private_types.h
+++ b/slv2/private_types.h
@@ -23,6 +23,7 @@
extern "C" {
#endif
+#include <stdbool.h>
#include <stddef.h>
#include <lv2.h>
@@ -30,7 +31,7 @@ extern "C" {
/* If you're a user of SLV2, stop reading this file RIGHT NOW.
* Unfortunately it needs to be exposed to allow inlining of some things that
* really need to be inlined, but these are opaque types. Don't even think
- * about writing code that depends on any information here....
+ * about writing code that depends on any information here :)
*/